python311Packages.cvxpy: add clarabel dependency
This commit is contained in:
parent
2e1448950f
commit
652754ac37
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue