Skip to content

Commit

Permalink
Bump rustworkx version
Browse files Browse the repository at this point in the history
rustworkx 0.13 is required by qiskit 0.44.1
  • Loading branch information
garrison committed Sep 29, 2023
1 parent e07334e commit e3cd031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requires-python = ">=3.8"
dependencies = [
"numpy>=1.23.0",
"scipy>=1.5.2",
"rustworkx>=0.12.0",
"rustworkx>=0.13.0",
"qiskit-aer>=0.12.0",
"qiskit>=0.43.0",
"qiskit-nature>=0.6.0",
Expand Down

0 comments on commit e3cd031

Please sign in to comment.