aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorArun Isaac2021-11-10 15:44:45 +0530
committerArun Isaac2021-11-10 15:44:45 +0530
commit189435602e2e5c94d7cb80254242fa68406a132c (patch)
tree6f737ff9b277a57b5e2baf98a817d68045eeaab0 /guix.scm
parent5c69ff5abf7ca360c9ead65338f66d8e33b682ae (diff)
downloadgenenetwork3-189435602e2e5c94d7cb80254242fa68406a132c.tar.gz
Remove repeated input python-flask-cors.
* guix.scm (genenetwork3)[propagated-inputs]: Remove python-flask-cors.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index bf72b5b..a48b05a 100644
--- a/guix.scm
+++ b/guix.scm
@@ -89,8 +89,7 @@
("python-plotly" ,python-plotly)
("python-pandas" ,python-pandas)
("python-pingouin" ,python-pingouin)
- ("rust-qtlreaper" ,rust-qtlreaper)
- ("python-flask-cors" ,python-flask-cors)))
+ ("rust-qtlreaper" ,rust-qtlreaper)))
(build-system python-build-system)
(home-page "https://github.com/genenetwork/genenetwork3")
(synopsis "GeneNetwork3 API for data science and machine learning.")