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>
parent
34432d5a78
commit
8bebb547d3
|
@ -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/")
|
||||
|
|
Reference in New Issue