[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: python-scikit-image: Add dependencies.
From: |
guix-commits |
Subject: |
branch master updated: gnu: python-scikit-image: Add dependencies. |
Date: |
Wed, 08 Jul 2020 05:54:53 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 8bebb54 gnu: python-scikit-image: Add dependencies.
8bebb54 is described below
commit 8bebb547d3ad8ea086f029c67cef8d6eafe66805
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Wed Jul 8 00:48:41 2020 -0300
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>
---
gnu/packages/python-science.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 71601c0..88843c1 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -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/")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: python-scikit-image: Add dependencies.,
guix-commits <=