Skip to content

Commit

Permalink
BLD: Limit CVXPY version
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Jacob-Stevens-Haas committed May 13, 2024
1 parent a43e217 commit a0838a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ miosr = [
"gurobipy>=9.5.1,!=10.0.0"
]
cvxpy = [
"cvxpy",
"cvxpy<1.5",
"scs>=2.1, !=2.1.4"
]
sbr = [
Expand Down

0 comments on commit a0838a1

Please sign in to comment.