mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Remove non-essential pacakges from setup.py; correct setup.py packages
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
docopt
|
||||
matplotlib
|
||||
mkdocs
|
||||
mkdocs-cinder
|
||||
networkx
|
||||
numpy
|
||||
p_tqdm
|
||||
pandas
|
||||
pyomo
|
||||
pytest
|
||||
pytest-watch
|
||||
python-markdown-math
|
||||
seaborn
|
||||
sklearn
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from setuptools import setup
|
||||
from setuptools import setup, find_namespace_packages
|
||||
|
||||
setup(
|
||||
name='miplearn',
|
||||
@@ -6,7 +6,7 @@ setup(
|
||||
description='A Machine-Learning Framework for Mixed-Integer Optimization',
|
||||
author='Alinson S. Xavier',
|
||||
author_email='axavier@anl.gov',
|
||||
packages=['miplearn'],
|
||||
packages=find_namespace_packages(),
|
||||
install_requires=[
|
||||
'docopt',
|
||||
'matplotlib',
|
||||
|
||||
Reference in New Issue
Block a user