@ -8,11 +8,20 @@ setup(
author_email='axavier@anl.gov',
packages=['miplearn'],
install_requires=[
'pyomo',
'docopt',
'matplotlib',
'mkdocs',
'mkdocs-cinder',
'networkx',
'numpy',
'pandas',
'p_tqdm',
'pytest',
'pytest-watch',
'python-markdown-math',
'seaborn',
'sklearn',
'tqdm',
],
)