Skip to content

Commit

Permalink
fix: bump minimum cvxpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrossinek committed Nov 15, 2024
1 parent 2b4af11 commit 8629e4c
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 @@ -27,7 +27,7 @@ requires-python = ">=3.9"

dependencies = [
"numpy>=1.23",
"cvxpy>=1.5",
"cvxpy>=1.6",
"qiskit>=1.2, <2",
]

Expand Down

0 comments on commit 8629e4c

Please sign in to comment.