We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af0feb commit 7d93575Copy full SHA for 7d93575
pyproject.toml
@@ -13,7 +13,7 @@ license = "MIT"
13
readme = "README.md"
14
15
[tool.poetry.dependencies]
16
-python = ">=3.10"
+python = "<4.0,>=3.10"
17
numpy = "*"
18
pandas = "*"
19
scikit-learn = "*"
@@ -25,6 +25,9 @@ pytest-cov = "*"
25
bleach = "*"
26
tinycss2 = "*"
27
plotly = "*"
28
+arakawa = "*"
29
+netplotbrain = "*"
30
+networkx = "x"
31
32
[build-system]
33
requires = ["poetry-core>=1.0.0"]
0 commit comments