Make compatible with Gurobi 12

This commit is contained in:
2025-06-10 11:26:41 -05:00
parent 5fefb49566
commit dadd2216f1
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ setup(
python_requires=">=3.9",
install_requires=[
"Jinja2<3.1",
"gurobipy>=11,<12",
"gurobipy>=12,<13",
"h5py>=3,<4",
"networkx>=2,<3",
"numpy>=1,<2",