mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
34432d5a78
commit
8bebb547d3
1 changed files with 3 additions and 1 deletions
|
@ -248,13 +248,15 @@ logic, also known as grey logic.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-cloudpickle" ,python-cloudpickle)
|
`(("python-cloudpickle" ,python-cloudpickle)
|
||||||
("python-dask" ,python-dask)
|
("python-dask" ,python-dask)
|
||||||
|
("python-imageio" ,python-imageio)
|
||||||
("python-matplotlib" ,python-matplotlib)
|
("python-matplotlib" ,python-matplotlib)
|
||||||
("python-networkx" ,python-networkx)
|
("python-networkx" ,python-networkx)
|
||||||
("python-numpy" ,python-numpy)
|
("python-numpy" ,python-numpy)
|
||||||
("python-pillow" ,python-pillow)
|
("python-pillow" ,python-pillow)
|
||||||
("python-pywavelets" ,python-pywavelets)
|
("python-pywavelets" ,python-pywavelets)
|
||||||
("python-scipy" ,python-scipy)
|
("python-scipy" ,python-scipy)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)
|
||||||
|
("python-tifffile" ,python-tifffile)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python-cython)))
|
`(("python-cython" ,python-cython)))
|
||||||
(home-page "https://scikit-image.org/")
|
(home-page "https://scikit-image.org/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue