Update dependencies

This commit is contained in:
2020-04-07 09:23:33 -05:00
parent ff3efe4884
commit c8152aab6c

View File

@@ -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',
],
)