holzschu / a-shell

A terminal for iOS, with multiple windows
BSD 3-Clause "New" or "Revised" License
2.71k stars 117 forks source link

Lib proposition: cvxpy #760

Open pepie34 opened 6 months ago

pepie34 commented 6 months ago

%pip install cvxpy[CVXOPT] is failing of course on scs

It will be great to have cvxopt / cvxpy available even with a non-optimized solver.

holzschu commented 6 months ago

Thanks for the suggestion. cvxopt is already available, as you know. Adding cvxpy would require adding scs, which in turn requires scipy. It's also been requested in Carnets (https://github.com/holzschu/Carnets/issues/169). I've tried it already, but it requires several extra libraries (ECOS, OSQP, and SCS), which meants it is more difficult.