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
1 changed files with 0 additions and 2 deletions

View File

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