mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Add Overrides to setup.py; bump to 0.2.0.dev2
This commit is contained in:
3
setup.py
3
setup.py
@@ -9,7 +9,7 @@ with open("README.md", "r") as fh:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="miplearn",
|
name="miplearn",
|
||||||
version="0.2.0.dev1",
|
version="0.2.0.dev2",
|
||||||
author="Alinson S. Xavier",
|
author="Alinson S. Xavier",
|
||||||
author_email="axavier@anl.gov",
|
author_email="axavier@anl.gov",
|
||||||
description="Extensible framework for Learning-Enhanced Mixed-Integer Optimization",
|
description="Extensible framework for Learning-Enhanced Mixed-Integer Optimization",
|
||||||
@@ -29,6 +29,7 @@ setup(
|
|||||||
"python-markdown-math",
|
"python-markdown-math",
|
||||||
"seaborn",
|
"seaborn",
|
||||||
"sklearn",
|
"sklearn",
|
||||||
|
"overrides",
|
||||||
"tqdm",
|
"tqdm",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user