python311Packages.cvxpy: add clarabel dependency

This commit is contained in:
annalee 2024-01-13 07:36:52 +00:00
parent 2e1448950f
commit 652754ac37
No known key found for this signature in database

View File

@ -1,6 +1,7 @@
{ lib
, stdenv
, buildPythonPackage
, clarabel
, cvxopt
, ecos
, fetchPypi
@ -40,6 +41,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
clarabel
cvxopt
ecos
numpy