diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-04-09 14:15:12 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-09 20:04:44 +0200 |
commit | 68cda767df5ee3a5d8a116cb5b0759522df0f561 (patch) | |
tree | ff1ea7666ecdba13d9b5adcc3181e1361ff6f81c /gnu/packages/python-science.scm | |
parent | 1ffd618eba4836da5e5eaf6edd394ee949512bd8 (diff) | |
download | patches-68cda767df5ee3a5d8a116cb5b0759522df0f561.tar patches-68cda767df5ee3a5d8a116cb5b0759522df0f561.tar.gz |
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.
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 4b3db6d5e0..530a2478f3 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") |