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 { lib
, stdenv , stdenv
, buildPythonPackage , buildPythonPackage
, clarabel
, cvxopt , cvxopt
, ecos , ecos
, fetchPypi , fetchPypi
@ -40,6 +41,7 @@ buildPythonPackage rec {
]; ];
propagatedBuildInputs = [ propagatedBuildInputs = [
clarabel
cvxopt cvxopt
ecos ecos
numpy numpy