mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-08 10:28:52 -06:00
Reorganize directories
This commit is contained in:
18
setup.py
18
setup.py
@@ -1,18 +0,0 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='miplearn',
|
||||
version='0.1',
|
||||
description='A Machine-Learning Framework for Mixed-Integer Optimization',
|
||||
author='Alinson S. Xavier',
|
||||
author_email='axavier@anl.gov',
|
||||
packages=['miplearn'],
|
||||
install_requires=[
|
||||
'pyomo',
|
||||
'numpy',
|
||||
'sklearn',
|
||||
'networkx',
|
||||
'tqdm',
|
||||
'pandas',
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user