From 13af9714616f68069208e1a6f2f66346e384b827 Mon Sep 17 00:00:00 2001 From: Jacob Stevens-Haas <37048747+Jacob-Stevens-Haas@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:45:51 +0000 Subject: [PATCH] BUG: Gurobipy dropped support for 9.5.2 (#425) Fixes #303 Demonstrated that bug described in #266 only arises in gurobipy 10.0.0. Verified tests pass in 10.0.1 to 10.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc122f674..60028b62a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ docs = [ "nbsphinx" ] miosr = [ - "gurobipy>=9.5.1,<10.0" + "gurobipy>=9.5.1,!=10.0.0" ] cvxpy = [ "cvxpy",