about summary refs log tree commit diff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index f94fe1a..729d089 100644
--- a/guix.scm
+++ b/guix.scm
@@ -38,6 +38,7 @@
  (gn packages python)
  (gnu packages base)
  (gnu packages check)
+ (gnu packages graph)
  (gnu packages cran)
  (gnu packages databases)
  (gnu packages statistics)
@@ -101,7 +102,9 @@
                         ,python-sqlalchemy-stubs)
                        ("r-optparse" ,r-optparse)
                        ("r-qtl" ,r-qtl)
-                       ("r-stringi" ,r-stringi)))
+                       ("r-stringi" ,r-stringi)
+                       ("python-plotly" ,python-plotly)
+                       ("python-pandas" ,python-pandas)))
   (build-system python-build-system)
   (home-page "https://github.com/genenetwork/genenetwork3")
   (synopsis "GeneNetwork3 API for data science and machine learning.")