python3.pkgs.dask-glm: fix evaluation
This commit is contained in:
parent
f9e9e425fc
commit
c22c6dfc11
1 changed files with 0 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue