Skip to content

Commit

Permalink
version of qiskit in setup.py to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Feb 20, 2024
1 parent 414a97a commit e93bfb1
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.45.0",
"qiskit>=1.0.0",
"numpy>=1.16.3",
"scipy>=1.0",
"psutil>=5",
Expand Down

0 comments on commit e93bfb1

Please sign in to comment.