Skip to content

Commit

Permalink
set cvxpy pin
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou committed May 21, 2024
1 parent c3a247c commit affc8d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
run:
- python >=3.9
- numpy
- cvxpy <1.5.0
- cvxpy ==1.4.4
- scikit-learn
- tqdm
- pybind11 # conda build test fails with "cvxpy 1.4.2 requires pybind11, which is not installed."
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requires-python = ">=3.9"
license = {text = "BSD-2-Clause"}
dependencies = [
"numpy",
"cvxpy=1.4.4",
"cvxpy==1.4.4",
"scikit-learn",
"tqdm"
]

0 comments on commit affc8d5

Please sign in to comment.