python39Packages.scikit-survival: fix version number

This commit is contained in:
Sandro Jäckel 2022-02-08 20:25:22 +01:00 committed by Jonathan Ringer
parent 7c393884f1
commit 75e29573a8

View File

@ -8,6 +8,7 @@
, numpy
, osqp
, pandas
, setuptools-scm
, scikit-learn
, scipy
, pytestCheckHook
@ -24,6 +25,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
cython
setuptools-scm
];
propagatedBuildInputs = [