diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-21 14:14:44 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:33 +0100 |
| commit | 1574c37720a274c06dedab269290cb9c857cdcaf (patch) | |
| tree | 3e21e5577ebc11dae0220c752d10955cbbc7c396 /gnu/packages/python-science.scm | |
| parent | 1177039890a43bb3876326517aff5ac58a690b29 (diff) | |
gnu: Remove python-scikit-image-next.
* gnu/packages/python-science.scm (python-scikit-image-next): Delete variable.
Change-Id: Ieecd9370c75ba24ea1740615fc950d9b1ffcb216
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index ba41ed822d1..102816f63b9 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -3043,9 +3043,6 @@ logic, also known as grey logic.") "Scikit-image is a collection of algorithms for image processing.") (license license:bsd-3))) -;; XXX: Deprecated on <2025-12-12>. -(define-deprecated/public-alias python-scikit-image-next python-scikit-image) - (define-public python-scikit-misc (package (name "python-scikit-misc") |
