diff options
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -68,24 +68,24 @@ ("python-bcrypt" ,python-bcrypt) ("python-flask" ,python-flask) ("python-flask-cors" ,python-flask-cors) + ("python-flask-socketio" ,python-flask-socketio) ("python-ipfshttpclient" ,python-ipfshttpclient) ("python-mypy" ,python-mypy) ("python-mypy-extensions" ,python-mypy-extensions) ("python-mysqlclient" ,python-mysqlclient) ("python-numpy" ,python-numpy) + ("python-pandas" ,python-pandas) + ("python-pingouin" ,python-pingouin) ("python-plotly" ,python-plotly) ("python-pylint" ,python-pylint) ("python-redis" ,python-redis) ("python-requests" ,python-requests) ("python-scipy" ,python-scipy) - ("python-flask-socketio" ,python-flask-socketio) ("r-optparse" ,r-optparse) ("r-qtl" ,r-qtl) + ("r-rjson" ,r-rjson) ("r-stringi" ,r-stringi) ("r-wgcna" ,r-wgcna) - ("r-rjson" ,r-rjson) - ("python-pandas" ,python-pandas) - ("python-pingouin" ,python-pingouin) ("rust-qtlreaper" ,rust-qtlreaper))) (build-system python-build-system) (home-page "https://github.com/genenetwork/genenetwork3") |