diff options
author | BonfaceKilz | 2020-07-10 02:28:38 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-08-04 13:07:40 +0300 |
commit | 5fd9f2e2fd64c98cbdb20add5e5111c428746841 (patch) | |
tree | 073c7faea13cece100e844cf952cf0f506f3b196 | |
parent | 8e2547aeba66e76b81022c0d0275bef48806afc4 (diff) | |
download | guix-bioinformatics-5fd9f2e2fd64c98cbdb20add5e5111c428746841.tar.gz |
gn: python3-genenetwork2: Remove python2-parallel
* gn/packages/genenetwork.scm (python3-genenetwork): Remove deprecated package
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 6fbb6c3..4c2854f 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -500,7 +500,6 @@ implemented, light on server resource usage, and fairly speedy.") ("python2-numarray" ,python2-numarray) ; DEPRECATED ("python-numpy" ,python-numpy) ("python-pandas" ,python-pandas) - ("python2-parallel" ,python2-parallel) ; TODO ("python-parameterized" ,python-parameterized) ("python-passlib" ,python-passlib) ("python-redis" ,python-redis) |