diff options
author | BonfaceKilz | 2020-08-04 17:27:17 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-08-04 17:27:17 +0300 |
commit | 5d1eddec69704bb9bcee1032af41da665f95d87b (patch) | |
tree | a7966f36eaadd0200d799873c6ae1516788030a0 | |
parent | b5139cb20eb4abe03d5643c41a5fbf4ca76f7fb3 (diff) | |
download | guix-bioinformatics-5d1eddec69704bb9bcee1032af41da665f95d87b.tar.gz |
gn: genenetwork2: Remove duplicate python2-scipy input
* gn/packages/genenetwork.scm (genenetwork2): Remove duplicate
propagated-input
-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 30f941b..2fbeff3 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -348,7 +348,6 @@ implemented, light on server resource usage, and fairly speedy.") ("python2-redis" ,python2-redis) ("python2-requests" ,python2-requests) ("python2-rpy2" ,python2-rpy2) - ("python2-scipy" ,python2-scipy) ("python2-simplejson" ,python2-simplejson) ("python2-pyyaml" ,python2-pyyaml) ("python-unittest2" ,python-unittest2) |