Skip to content

Commit

Permalink
matplotlib 3.8.3 is not python 3.8 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstavenger-pnnl committed Mar 1, 2024
1 parent d42af1e commit cf7f6fa
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
Expand Up @@ -3,5 +3,5 @@ qiskit-aer==0.13.3
qiskit-ibm-runtime==0.20.0

# For drawing circuits, state vectors, Wigner function plots
matplotlib==3.8.3
matplotlib==3.7.3
pylatexenc==2.10
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==1.0.1", "qiskit_aer==0.13.3", "qiskit-ibm-runtime==0.20.0", "matplotlib==3.8.3", "pylatexenc==2.10"],
install_requires=["qiskit==1.0.1", "qiskit_aer==0.13.3", "qiskit-ibm-runtime==0.20.0", "matplotlib==3.7.3", "pylatexenc==2.10"],
)

0 comments on commit cf7f6fa

Please sign in to comment.