We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b97353e commit 7626e33Copy full SHA for 7626e33
setup.cfg
@@ -57,21 +57,22 @@ install_requires =
57
xmltodict
58
pydantic>2.8
59
60
- setuptools # fix for colorbrewer dependency of py4cytoscape
+
61
numpy>=2.2.2
62
- python-libsbml>=5.20.4
63
- antimony>=2.15.0
64
scipy>=1.14
65
pandas>=2.2.0
+ python-libsbml>=5.20.4
+ antimony>=2.15.0
66
+ libroadrunner>=2.8.0
67
tabulate>=0.9.0
68
pint>=0.24.3
69
- markdown-it-py>=3.0.0
70
+ markdown-it-py>=3.0.0
71
openpyxl>=3.1.5
72
xmlschema>=3.3.2
73
matplotlib>=3.9
74
+ setuptools # fix for colorbrewer dependency of py4cytoscape
75
py4cytoscape>=1.11.0
- libroadrunner>=2.8.0
76
77
uvicorn>=0.30.6
78
fastapi>=0.112.0
0 commit comments