Add h5py to setup.py

This commit is contained in:
2021-07-27 11:12:07 -05:00
parent 15e08f6c36
commit 4f14b99a75

View File

@@ -19,20 +19,21 @@ setup(
packages=find_namespace_packages(),
python_requires=">=3.7",
install_requires=[
"decorator>=4,<5",
"h5py>=3,<4",
"matplotlib>=3,<4",
"mypy==0.790",
"networkx>=2,<3",
"numpy>=1,<1.21",
"overrides>=3,<4",
"p_tqdm>=1,<2",
"pandas>=1,<2",
"pyomo>=5,<6",
"pytest>=6,<7",
"python-markdown-math>=0.8,<0.9",
"seaborn>=0.11,<0.12",
"scikit-learn>=0.24,<0.25",
"seaborn>=0.11,<0.12",
"tqdm>=4,<5",
"mypy==0.790",
"decorator>=4,<5",
"overrides>=3,<4",
],
extras_require={
"dev": [