diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ce91fbedbadebab9b9306f820b507364daba80fc..d2514686733db012ab1cdf51f06f79d741073f98 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2839,13 +2839,13 @@ (define-public python-scikit-image ("python-dask" ,python-dask) ("python-matplotlib" ,python-matplotlib) ("python-networkx" ,python-networkx) + ("python-numpy" ,python-numpy) ("python-pillow" ,python-pillow) ("python-pywavelets" ,python-pywavelets) - ("python-scipy" ,python-scipy))) - (native-inputs - `(("python-numpy" ,python-numpy) - ("python-cython" ,python-cython) + ("python-scipy" ,python-scipy) ("python-six" ,python-six))) + (native-inputs + `(("python-cython" ,python-cython))) (home-page "http://scikit-image.org/") (synopsis "Image processing in Python") (description