mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Add h5py to setup.py
This commit is contained in:
9
setup.py
9
setup.py
@@ -19,20 +19,21 @@ setup(
|
|||||||
packages=find_namespace_packages(),
|
packages=find_namespace_packages(),
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
"decorator>=4,<5",
|
||||||
|
"h5py>=3,<4",
|
||||||
"matplotlib>=3,<4",
|
"matplotlib>=3,<4",
|
||||||
|
"mypy==0.790",
|
||||||
"networkx>=2,<3",
|
"networkx>=2,<3",
|
||||||
"numpy>=1,<1.21",
|
"numpy>=1,<1.21",
|
||||||
|
"overrides>=3,<4",
|
||||||
"p_tqdm>=1,<2",
|
"p_tqdm>=1,<2",
|
||||||
"pandas>=1,<2",
|
"pandas>=1,<2",
|
||||||
"pyomo>=5,<6",
|
"pyomo>=5,<6",
|
||||||
"pytest>=6,<7",
|
"pytest>=6,<7",
|
||||||
"python-markdown-math>=0.8,<0.9",
|
"python-markdown-math>=0.8,<0.9",
|
||||||
"seaborn>=0.11,<0.12",
|
|
||||||
"scikit-learn>=0.24,<0.25",
|
"scikit-learn>=0.24,<0.25",
|
||||||
|
"seaborn>=0.11,<0.12",
|
||||||
"tqdm>=4,<5",
|
"tqdm>=4,<5",
|
||||||
"mypy==0.790",
|
|
||||||
"decorator>=4,<5",
|
|
||||||
"overrides>=3,<4",
|
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
"dev": [
|
"dev": [
|
||||||
|
|||||||
Reference in New Issue
Block a user