Skip to content

Commit 8880ec1

Browse files
ryanhill1claude
andauthored
Lower numpy minimum version from 2.3.1 to 1.25.2 (#84)
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 <noreply@anthropic.com>
1 parent 390b541 commit 8880ec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ qbraid>=0.11.0
22
pyqasm>=0.5.0,<1.1.0
33
sympy>=1.14.0
44
scipy>=1.16.0
5-
numpy>=2.3.1
5+
numpy>=1.25.2
66
networkx>=3.1.0

0 commit comments

Comments
 (0)