Skip to content

Commit

Permalink
Update numpy version constraint in setup.py to restrict to 1.24.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dxns-hub committed Dec 5, 2024
1 parent ac62cf6 commit 61dfc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
python_requires=">=3.7",
install_requires=[
# List of dependencies
"numpy>=1.26.4",
"numpy>=1.24.0,<1.25.0",
"scipy>=1.13.1",
"matplotlib>=3.7.0,<3.8.0",
"qiskit>=1.3.0",
Expand Down

0 comments on commit 61dfc61

Please sign in to comment.