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