mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
install-deps: Specify gurobi version
This commit is contained in:
2
Makefile
2
Makefile
@@ -27,7 +27,7 @@ docs:
|
|||||||
|
|
||||||
install-deps:
|
install-deps:
|
||||||
$(PIP) install --upgrade pip
|
$(PIP) install --upgrade pip
|
||||||
$(PIP) install --upgrade -i https://pypi.gurobi.com gurobipy
|
$(PIP) install --upgrade -i https://pypi.gurobi.com 'gurobipy>=9.1,<9.2'
|
||||||
$(PIP) install --upgrade xpress
|
$(PIP) install --upgrade xpress
|
||||||
$(PIP) install --upgrade -r requirements.txt
|
$(PIP) install --upgrade -r requirements.txt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user