mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
pythonpackages.scikitimage: add missing dependency
This commit is contained in:
parent
4cac5a494a
commit
2958eb6266
@ -12,6 +12,7 @@
|
||||
, dask
|
||||
, cloudpickle
|
||||
, pytest
|
||||
, imageio
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -25,7 +26,7 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [ cython ];
|
||||
|
||||
propagatedBuildInputs = [ numpy scipy matplotlib networkx six pillow pywavelets dask cloudpickle ];
|
||||
propagatedBuildInputs = [ numpy scipy matplotlib networkx six pillow pywavelets dask cloudpickle imageio ];
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
@ -37,4 +38,4 @@ buildPythonPackage rec {
|
||||
homepage = http://scikit-image.org;
|
||||
license = lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user