mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-05 17:08:51 -06:00
Update dependency: Gurobi 11
This commit is contained in:
4
setup.py
4
setup.py
@@ -6,7 +6,7 @@ from setuptools import setup, find_namespace_packages
|
||||
|
||||
setup(
|
||||
name="miplearn",
|
||||
version="0.4.0",
|
||||
version="0.4.1",
|
||||
author="Alinson S. Xavier",
|
||||
author_email="axavier@anl.gov",
|
||||
description="Extensible Framework for Learning-Enhanced Mixed-Integer Optimization",
|
||||
@@ -15,7 +15,7 @@ setup(
|
||||
python_requires=">=3.9",
|
||||
install_requires=[
|
||||
"Jinja2<3.1",
|
||||
"gurobipy>=10,<11",
|
||||
"gurobipy>=11,<12",
|
||||
"h5py>=3,<4",
|
||||
"networkx>=2,<3",
|
||||
"numpy>=1,<2",
|
||||
|
||||
Reference in New Issue
Block a user