aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-09-14 15:50:42 +0530
committerArun Isaac2022-09-14 16:01:49 +0530
commit12fd6bd3ba6f8592e1a33ad5b40fe83dbf761eaf (patch)
tree271b82a7b486011e71d323d834248e76dd031c2c
parent6ece5b0fc8d09c9cde26b2af2f234b33d5c4c723 (diff)
downloadguix-bioinformatics-12fd6bd3ba6f8592e1a33ad5b40fe83dbf761eaf.tar.gz
gn: genenetwork2: Depend on python-pymonad.
* gn/packages/genenetwork.scm (genenetwork2)[propagated-inputs]: Add python-pymonad.
-rw-r--r--gn/packages/genenetwork.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 54f37bc..691f82f 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -214,6 +214,7 @@
("python-numpy" ,python-numpy)
("python-pandas" ,python-pandas)
("python-pylint" ,python-pylint)
+ ("python-pymonad" ,python-pymonad)
("python-redis" ,python-redis)
("python-requests" ,python-requests)
("python-simplejson" ,python-simplejson)