From b308692522f1cbbf6939284b28785f104678841c Mon Sep 17 00:00:00 2001 From: Jake Stevens-Haas <37048747+Jacob-Stevens-Haas@users.noreply.github.com> Date: Mon, 13 May 2024 16:22:42 -0700 Subject: [PATCH] BLD: Limit CVXPY version CVXPY has historically used ECOS, but recently switched to a new solver clarabel. This causes certain failures due to different arguments (max_iter vs max_iters) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03100dcf4..a74aa97b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ miosr = [ "gurobipy>=9.5.1,!=10.0.0" ] cvxpy = [ - "cvxpy", + "cvxpy<1.5", "scs>=2.1, !=2.1.4" ] sbr = [