mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 01:48:51 -06:00
Update dependencies
This commit is contained in:
@@ -8,11 +8,20 @@ setup(
|
|||||||
author_email='axavier@anl.gov',
|
author_email='axavier@anl.gov',
|
||||||
packages=['miplearn'],
|
packages=['miplearn'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'pyomo',
|
'docopt',
|
||||||
'numpy',
|
'matplotlib',
|
||||||
'sklearn',
|
'mkdocs',
|
||||||
|
'mkdocs-cinder',
|
||||||
'networkx',
|
'networkx',
|
||||||
'tqdm',
|
'numpy',
|
||||||
'pandas',
|
'pandas',
|
||||||
|
'p_tqdm',
|
||||||
|
'pyomo',
|
||||||
|
'pytest',
|
||||||
|
'pytest-watch',
|
||||||
|
'python-markdown-math',
|
||||||
|
'seaborn',
|
||||||
|
'sklearn',
|
||||||
|
'tqdm',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user