gnu: python-scikit-image: Add dependencies.

* gnu/packages/python-science.scm (python-scikit-image)[propagated-inputs]: Add
python-imageio and python-tifffile.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Vinicius Monego 2020-07-08 00:48:41 -03:00 committed by Nicolas Goaziou
parent 34432d5a78
commit 8bebb547d3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 1 deletions

View File

@ -248,13 +248,15 @@ logic, also known as grey logic.")
(propagated-inputs
`(("python-cloudpickle" ,python-cloudpickle)
("python-dask" ,python-dask)
("python-imageio" ,python-imageio)
("python-matplotlib" ,python-matplotlib)
("python-networkx" ,python-networkx)
("python-numpy" ,python-numpy)
("python-pillow" ,python-pillow)
("python-pywavelets" ,python-pywavelets)
("python-scipy" ,python-scipy)
("python-six" ,python-six)))
("python-six" ,python-six)
("python-tifffile" ,python-tifffile)))
(native-inputs
`(("python-cython" ,python-cython)))
(home-page "https://scikit-image.org/")