aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorAlexander Kabui2021-10-29 09:49:28 +0300
committerGitHub2021-10-29 09:49:28 +0300
commit8f036415975d6e224e5e94277997329c0f1fa159 (patch)
treeabc1e4b8578fad0cc934b334edc5c573a4bd6d20 /guix.scm
parent0cfff99e22155b6b15e23cbeff596f5f8f08709c (diff)
downloadgenenetwork3-8f036415975d6e224e5e94277997329c0f1fa159.tar.gz
Feature/biweight reimplementation (#47)
* add biweight reimplementation with pingouin * delete biweight scripts and tests * add python-pingouin to guix file * delete biweight paths * mypy fix:pingouin mising imports * pep8 formatting && pylint fixes
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
index d8b1596..81e8389 100644
--- a/guix.scm
+++ b/guix.scm
@@ -110,6 +110,7 @@
("r-rjson" ,r-rjson)
("python-plotly" ,python-plotly)
("python-pandas" ,python-pandas)
+ ("python-pingouin" ,python-pingouin)
("rust-qtlreaper" ,rust-qtlreaper)
("python-flask-cors" ,python-flask-cors)))
(build-system python-build-system)