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:
parent
1ffd618eba
commit
68cda767df
1 changed files with 0 additions and 3 deletions
|
@ -195,9 +195,6 @@ routines such as routines for numerical integration and optimization.")
|
||||||
"Scikit-image is a collection of algorithms for image processing.")
|
"Scikit-image is a collection of algorithms for image processing.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python2-scikit-image
|
|
||||||
(package-with-python2 python-scikit-image))
|
|
||||||
|
|
||||||
(define-public python-pandas
|
(define-public python-pandas
|
||||||
(package
|
(package
|
||||||
(name "python-pandas")
|
(name "python-pandas")
|
||||||
|
|
Reference in a new issue