Skip to content

Commit 7d93575

Browse files
committed
Add arakawa, netplotbrain and networkx as project dependency
1 parent 9af0feb commit 7d93575

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT"
1313
readme = "README.md"
1414

1515
[tool.poetry.dependencies]
16-
python = ">=3.10"
16+
python = "<4.0,>=3.10"
1717
numpy = "*"
1818
pandas = "*"
1919
scikit-learn = "*"
@@ -25,6 +25,9 @@ pytest-cov = "*"
2525
bleach = "*"
2626
tinycss2 = "*"
2727
plotly = "*"
28+
arakawa = "*"
29+
netplotbrain = "*"
30+
networkx = "x"
2831

2932
[build-system]
3033
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)