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