Skip to content

Commit

Permalink
change requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
konakaji committed Feb 28, 2024
1 parent 659ee5a commit 2fd68c9
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
@@ -1,6 +1,6 @@
qiskit>=0.30.0
qiskit-aer>=0.10.4
Qulacs>=0.3.0,<=0.5
Qulacs>=0.5.3
matplotlib>=3.0.0
pylatexenc>=2.0
qutip>=4.7.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
install_requires=[
"qiskit>=0.30.0",
"Qulacs>=0.3.0,<=0.5",
"Qulacs>=0.5.3",
"matplotlib>=3.0.0",
"pylatexenc>=2.0",
"qutip>=4.7.0"
Expand Down

0 comments on commit 2fd68c9

Please sign in to comment.