Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Remove cvxpy pin
  • Loading branch information
pluflou authored Oct 28, 2024
1 parent 089dfda commit 48bcaa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ requires-python = ">=3.9"
license = {text = "BSD-2-Clause"}
dependencies = [
"numpy",
"cvxpy==1.4.3",
"cvxpy",
"scikit-learn",
"tqdm",
"sig-decomp"
]
]

0 comments on commit 48bcaa8

Please sign in to comment.