diff options
author | Arun Isaac | 2021-11-10 15:44:45 +0530 |
---|---|---|
committer | Arun Isaac | 2021-11-10 15:44:45 +0530 |
commit | 189435602e2e5c94d7cb80254242fa68406a132c (patch) | |
tree | 6f737ff9b277a57b5e2baf98a817d68045eeaab0 /guix.scm | |
parent | 5c69ff5abf7ca360c9ead65338f66d8e33b682ae (diff) | |
download | genenetwork3-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.scm | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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.") |