about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--guix.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/guix.scm b/guix.scm
index 6a5bbfe..8808d87 100644
--- a/guix.scm
+++ b/guix.scm
@@ -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")