From 2206c45a77b018c60b76081c540837e425cb3a99 Mon Sep 17 00:00:00 2001 From: Timothy Nunn Date: Mon, 24 Mar 2025 11:31:39 +0000 Subject: [PATCH] Constraint OSQP version --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7a1947d2a0..4c33269242 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,7 @@ "numpy>=1.23,<2", "scipy>=1.10", "cvxpy!=1.3.0,!=1.3.1", + "osqp<1.0", "pandas>=2.0", "tables", "SALib",