diff options
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ce91fbedbad..d2514686733 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -2839,13 +2839,13 @@ and is very extensible.") | |||
| 2839 | ("python-dask" ,python-dask) | 2839 | ("python-dask" ,python-dask) |
| 2840 | ("python-matplotlib" ,python-matplotlib) | 2840 | ("python-matplotlib" ,python-matplotlib) |
| 2841 | ("python-networkx" ,python-networkx) | 2841 | ("python-networkx" ,python-networkx) |
| 2842 | ("python-numpy" ,python-numpy) | ||
| 2842 | ("python-pillow" ,python-pillow) | 2843 | ("python-pillow" ,python-pillow) |
| 2843 | ("python-pywavelets" ,python-pywavelets) | 2844 | ("python-pywavelets" ,python-pywavelets) |
| 2844 | ("python-scipy" ,python-scipy))) | 2845 | ("python-scipy" ,python-scipy) |
| 2845 | (native-inputs | ||
| 2846 | `(("python-numpy" ,python-numpy) | ||
| 2847 | ("python-cython" ,python-cython) | ||
| 2848 | ("python-six" ,python-six))) | 2846 | ("python-six" ,python-six))) |
| 2847 | (native-inputs | ||
| 2848 | `(("python-cython" ,python-cython))) | ||
| 2849 | (home-page "http://scikit-image.org/") | 2849 | (home-page "http://scikit-image.org/") |
| 2850 | (synopsis "Image processing in Python") | 2850 | (synopsis "Image processing in Python") |
| 2851 | (description | 2851 | (description |
