mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
python39Packages.scikit-survival: use scikit-learn to fix evaluation
This commit is contained in:
parent
c108863a23
commit
b90570e6d6
@ -8,7 +8,7 @@
|
||||
, numpy
|
||||
, osqp
|
||||
, pandas
|
||||
, scikitlearn
|
||||
, scikit-learn
|
||||
, scipy
|
||||
, pytestCheckHook
|
||||
}:
|
||||
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
numpy
|
||||
osqp
|
||||
pandas
|
||||
scikitlearn
|
||||
scikit-learn
|
||||
scipy
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user