Skip to content

Commit bbcc4d3

Browse files
committed
fix(py): update dependencies requirements. (#264)
1 parent 8d5e0ea commit bbcc4d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

py-hftbacktest/pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ classifiers = [
3434
[project.urls]
3535
Repository = "https://github.com/nkaz001/hftbacktest"
3636

37-
[project.optional-dependencies]
37+
[project.dependencies]
3838
numpy = ["numpy >=2.0, <2.3"]
3939
numba = ["numba ~= 0.61"]
4040
polars = ["polars"]
41-
holoviews = ["holoviews"]
4241
matplotlib = ["matplotlib"]
42+
43+
[project.optional-dependencies]
44+
holoviews = ["holoviews"]
4345
databento = ["databento"]
4446

4547
[tool.maturin]

0 commit comments

Comments
 (0)