[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: Remove python2-scikit-image.
From: |
guix-commits |
Subject: |
06/06: gnu: Remove python2-scikit-image. |
Date: |
Thu, 9 Apr 2020 14:06:19 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 68cda767df5ee3a5d8a116cb5b0759522df0f561
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Apr 9 14:15:12 2020 +0200
gnu: Remove python2-scikit-image.
Some of the packages that this depends upon no longer supports Python 2.
* gnu/packages/python-science.scm (python2-scikit-image): Remove variable.
---
gnu/packages/python-science.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 4b3db6d..530a247 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -195,9 +195,6 @@ routines such as routines for numerical integration and
optimization.")
"Scikit-image is a collection of algorithms for image processing.")
(license license:bsd-3)))
-(define-public python2-scikit-image
- (package-with-python2 python-scikit-image))
-
(define-public python-pandas
(package
(name "python-pandas")
- branch master updated (1ee45e6 -> 68cda76), guix-commits, 2020/04/09
- 02/06: gnu: python-datrie: Update to 0.8.2, guix-commits, 2020/04/09
- 03/06: gnu: python-cloudpickle: Update to 1.3.0., guix-commits, 2020/04/09
- 06/06: gnu: Remove python2-scikit-image.,
guix-commits <=
- 01/06: gnu: minimap2: Fix cond expression for Guile 3 compatibility., guix-commits, 2020/04/09
- 04/06: gnu: python-dask: Update to 2.14.0., guix-commits, 2020/04/09
- 05/06: gnu: python-serpent: Declare python2 variant., guix-commits, 2020/04/09