Skip to content

Commit

Permalink
moving ECOS out
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schmelzer committed Jun 2, 2024
1 parent 2815bb6 commit ced72d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cvx/markowitz/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def update(self, **kwargs: Matrix) -> _Problem:

return self

def solve(self, solver: str = cp.ECOS, **kwargs: Any) -> float:
def solve(self, solver: str = cp.CLARABEL, **kwargs: Any) -> float:
"""
Solve the problem
"""
Expand Down
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ plotly = "*"
loguru = "*"
scikit-learn = "*"
cvxpyanalyzer = "*"
clarabel = "^0.7.1"
cvxsimulator = ">=0.7.3"
cvxbson= "*"
ipykernel = "*"
Expand Down

0 comments on commit ced72d7

Please sign in to comment.