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.
This commit is contained in:
Marius Bakke 2020-04-09 14:15:12 +02:00
parent 1ffd618eba
commit 68cda767df
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -195,9 +195,6 @@ (define-public python-scikit-image
"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")