diff options
author | Pjotr Prins | 2022-12-23 13:15:39 -0600 |
---|---|---|
committer | Pjotr Prins | 2022-12-23 13:15:39 -0600 |
commit | f7293193cbc5f58a74d5f38fe91e4774c7554635 (patch) | |
tree | b54e357968a17963f31d5712252b8b602b948c48 | |
parent | d24eb45306fe8a7e1f55edbeb243a95daf3aabf2 (diff) | |
download | guix-bioinformatics-f7293193cbc5f58a74d5f38fe91e4774c7554635.tar.gz |
Making the build work for genenetwork
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index f7bdc74..f0d1f09 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -27,6 +27,7 @@ #:use-module (gnu packages golang) #:use-module (gnu packages graph) #:use-module (gnu packages graphviz) + #:use-module (gnu packages machine-learning) #:use-module (gnu packages parallel) #:use-module (gnu packages python) #:use-module (gnu packages python-build) @@ -140,8 +141,9 @@ python-mysqlclient python-numpy python-pandas - python-pingouin + ;; python-pingouin << build failing python-plotly + python-scikit-learn python-pymonad python-redis python-requests |