diff options
author | BonfaceKilz | 2021-11-01 09:19:49 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-11-01 09:19:49 +0300 |
commit | 8b9011edaf609c15f99465cb34cb42c85f31ea8d (patch) | |
tree | 4a612a9e89c7ebcf5c9d31e130532300c1e8dad7 /gn | |
parent | d6a52e209b7f5eb9882a7ed6ebbc2cbeaee72126 (diff) | |
download | guix-bioinformatics-8b9011edaf609c15f99465cb34cb42c85f31ea8d.tar.gz |
gn: Add python-pingouin
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Add
python-pingouin
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 563bd27..ac1ddba 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -129,6 +129,7 @@ ("python-redis" ,python-redis) ("python-requests" ,python-requests) ("python-scipy" ,python-scipy) + ("python-pingouin" ,python-pingouin) ("python-plotly" ,python-plotly) ("python-sqlalchemy-stubs" ,python-sqlalchemy-stubs) |