Skip to content

Commit

Permalink
downgrade matplotlib for Python 3.9 cmpatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstavenger-pnnl committed Jan 23, 2025
1 parent bab52dd commit ab5a411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"qiskit-aer==0.16.0",
"qiskit-ibm-runtime==0.34.0",
"qutip==5.0.4",
"matplotlib==3.10.0",
"matplotlib==3.9.4",
"pylatexenc==2.10",
"numpy==2.0.2",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ numpy==2.0.2
setuptools==75.8.0

# For drawing circuits, state vectors, Wigner function plots
matplotlib==3.10.0
matplotlib==3.9.4
pylatexenc==2.10

0 comments on commit ab5a411

Please sign in to comment.