Skip to content

Commit

Permalink
Update provider and qiskit versions (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Jan 8, 2024
1 parent 005aa9b commit 781295b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
qiskit>=0.44.1
qiskit>=0.45.0
requests~=2.27
requests_ntlm>=1.1.0
numpy>=1.13
Expand All @@ -7,4 +7,4 @@ python-dateutil>=2.8.0
websocket-client>=1.5.1
typing-extensions>=4.0.0
ibm-platform-services>=0.22.6
qiskit-ibm-provider>=0.7.2
qiskit-ibm-provider>=0.8.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
import setuptools

REQUIREMENTS = [
"qiskit>=0.44.1",
"qiskit>=0.45.0",
"requests>=2.19",
"requests-ntlm>=1.1.0",
"numpy>=1.13",
"urllib3>=1.21.1",
"python-dateutil>=2.8.0",
"websocket-client>=1.5.1",
"ibm-platform-services>=0.22.6",
"qiskit-ibm-provider>=0.7.2",
"qiskit-ibm-provider>=0.8.0",
]

# Handle version.
Expand Down

0 comments on commit 781295b

Please sign in to comment.