This commit is contained in:
2022-06-01 11:40:48 -05:00
parent 3fd252659e
commit 6cc253a903
15 changed files with 591 additions and 275 deletions

View File

@@ -20,7 +20,7 @@ setup(
python_requires=">=3.7",
install_requires=[
"decorator>=4,<5",
"h5py>=3,<4",
"h5py==3.5.0",
"matplotlib>=3,<4",
"mypy==0.790",
"networkx>=2,<3",