diff options
author | Arun Isaac | 2022-10-18 13:30:39 +0530 |
---|---|---|
committer | Arun Isaac | 2022-10-18 13:30:39 +0530 |
commit | d4472ad82d533f7f53a50c2c48e41535b1bb6307 (patch) | |
tree | 45fca0df97c81500755bda096d55f563b44a7ee3 /gn | |
parent | a46109a73242cb8c8ab2ba3ee3ec74fbb34e1e21 (diff) | |
download | guix-bioinformatics-d4472ad82d533f7f53a50c2c48e41535b1bb6307.tar.gz |
gn: genenetwork3: Depend on python-pymonad.
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Add
python-pymonad.
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 8c4736d..20ca38d 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -140,6 +140,7 @@ python-pandas python-pingouin python-plotly + python-pymonad python-redis python-requests python-scipy |