Skip to content

Commit

Permalink
temp fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 committed Apr 3, 2022
1 parent e15f96c commit 25635e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
qiskit-terra>=0.18.0
qiskit-terra>=0.18.0,<0.20.0
requests>=2.19
requests_ntlm>=1.1.0
numpy>=1.13
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import setuptools

REQUIREMENTS = [
"qiskit-terra>=0.18.0",
"qiskit-terra>=0.18.0,<0.20.0",
"requests>=2.19",
"requests-ntlm>=1.1.0",
"numpy>=1.13",
Expand Down

0 comments on commit 25635e6

Please sign in to comment.