From dc4043cbdf3340205d2485308561e046c330c984 Mon Sep 17 00:00:00 2001 From: Timothy Nunn Date: Fri, 19 Sep 2025 09:15:15 +0100 Subject: [PATCH] Allow numpy versions >=2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 947fac1cf6..9ab29e1d65 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "test_suite": "pytest", "python_requires": ">=3.10", "install_requires": [ - "numpy>=1.23,<2", + "numpy>=1.23", "scipy>=1.10", "cvxpy!=1.3.0,!=1.3.1", "osqp>=1.0",