Skip to content

Commit

Permalink
raise Qiskit dependency to 0.45.0 (Qiskit#2008)
Browse files Browse the repository at this point in the history
Co-authored-by: Hiroshi Horii <hhorii@users.noreply.github.com>
  • Loading branch information
doichanj and hhorii committed Jan 16, 2024
1 parent 52db680 commit 1399f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
extras_requirements = {"dask": ["dask", "distributed"]}

requirements = [
"qiskit>=0.44.0",
"qiskit>=0.45.0",
"numpy>=1.16.3",
"scipy>=1.0",
"psutil>=5",
Expand Down

0 comments on commit 1399f0e

Please sign in to comment.