From beaf21d057d44ba7b174bbe6547aa6abb4927d27 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Mon, 9 Mar 2026 15:47:13 -0500 Subject: [PATCH] Lower numpy minimum version from 2.3.1 to 1.25.2 The codebase only uses basic numpy APIs available since ~1.13. The practical lower bound is 1.25.2, dictated by scipy>=1.16.0's own numpy requirement and Python >=3.11 compatibility. Co-Authored-By: Claude Opus 4.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39cabee..70d7b9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ qbraid>=0.11.0 pyqasm>=0.5.0,<1.1.0 sympy>=1.14.0 scipy>=1.16.0 -numpy>=2.3.1 +numpy>=1.25.2 networkx>=3.1.0