Skip to content

Commit

Permalink
add numpy version constraint only in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorii committed Jul 11, 2023
1 parent 6802355 commit 352461e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy<1.25
stestr>=2.5.0
cmake!=3.17.1,!=3.17.0
conan<2.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

requirements = [
"qiskit-terra>=0.21.0",
"numpy>=1.16.3,<1.25",
"numpy>=1.16.3",
"scipy>=1.0",
]

Expand Down

0 comments on commit 352461e

Please sign in to comment.