Skip to content

Commit

Permalink
set numpy version constraint only in dev (Qiskit#1871)
Browse files Browse the repository at this point in the history
* add numpy version constraint only in dev

* set numpy version constraint in contraints.txt
  • Loading branch information
hhorii committed Jul 12, 2023
1 parent 22f983f commit dc6e6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pylint==2.4.4
astroid==2.3.3
six>1.10,<=1.14
numpy>=1.16.3
numpy>=1.16.3,<1.25
scipy>=1.0
# stevedore, used by Terra currently (as of 3.4.0) issues deprecation warnings
# with modern importlib-metadata (4.8.1). importlib-metadata is only needed on
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 dc6e6fe

Please sign in to comment.