mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-07 14:23:19 +00:00
python311Packages.cvxpy: add clarabel dependency
This commit is contained in:
parent
2e1448950f
commit
652754ac37
@ -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 New Issue
Block a user