python3.pkgs.dask-glm: fix evaluation

This commit is contained in:
Jörg Thalheim 2021-04-24 11:17:13 +02:00
parent f9e9e425fc
commit c22c6dfc11
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -5,7 +5,6 @@
, dask
, numpy, toolz # dask[array]
, multipledispatch
, setuptools-scm
, scipy
, scikitlearn
, pytest
@ -23,7 +22,6 @@ buildPythonPackage rec {
nativeBuildInputs = [ setuptools-scm ];
checkInputs = [ pytest ];
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ cloudpickle dask numpy toolz multipledispatch scipy scikitlearn ];
checkPhase = ''