Skip to content

Commit

Permalink
test upgrade to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstavenger-pnnl committed Feb 19, 2024
1 parent c2eba53 commit 50cf52e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
qiskit==0.46.0
qiskit-aer==0.13.2
qiskit-ibm-runtime==0.18.0
qiskit==1.0.0
qiskit-aer==0.13.3
qiskit-ibm-runtime==0.19.1

# For drawing circuits, state vectors, Wigner function plots
matplotlib==3.7.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
long_description="Qiskit extension supporting simulation of bosonic qumode Fock states reprsented as qubits within Qiskit",
python_requires=">=3.8",
packages=find_packages(),
install_requires=["qiskit==0.44.2", "qiskit_aer==0.12.2", "qiskit-ibm-runtime==0.12.2", "matplotlib==3.7.3", "pylatexenc==2.10"],
install_requires=["qiskit==1.0.0", "qiskit_aer==0.13.3", "qiskit-ibm-runtime==0.19.1", "matplotlib==3.7.3", "pylatexenc==2.10"],
)

0 comments on commit 50cf52e

Please sign in to comment.