From 5075a3c2f2dff86dfe844dcabde3a279041a52c8 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Fri, 3 Dec 2021 12:40:58 -0600 Subject: [PATCH] install-deps: Specify gurobi version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a6c54a..0fef914 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ docs: install-deps: $(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 -r requirements.txt