Skip to content

Commit

Permalink
correct setup.py for past upgrade to qiskit 0.44.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstavenger-pnnl committed Feb 2, 2024
1 parent 17fa141 commit 8ad35c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author_email="timothy.stavenger@pnnl.gov",
description="National Quantum Initiative Co-design Center for Quantum Advantage bosonic Qiskit simulator",
long_description="Qiskit extension supporting simulation of bosonic qumode Fock states reprsented as qubits within Qiskit",
python_requires=">=3.7",
python_requires=">=3.8",
packages=find_packages(),
install_requires=["qiskit==0.39", "matplotlib==3.5.2", "pylatexenc==2.10"],
install_requires=["qiskit==0.44.2", "qiskit_aer==0.12.2", "qiskit-ibm-runtime==0.12.2", "matplotlib==3.7.3", "pylatexenc==2.10"],
)

0 comments on commit 8ad35c0

Please sign in to comment.