Skip to content

Commit

Permalink
raise Qiskit dependency to 0.45.0 (#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 authored Nov 29, 2023
1 parent 2d5fb74 commit 893461c
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 893461c

Please sign in to comment.