aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm11
1 files changed, 9 insertions, 2 deletions
diff --git a/guix.scm b/guix.scm
index f84b819..5f779be 100644
--- a/guix.scm
+++ b/guix.scm
@@ -27,11 +27,13 @@
(gnu packages base)
(gnu packages check)
(gnu packages databases)
+ (gnu packages statistics)
(gnu packages python)
(gnu packages python-check)
(gnu packages python-crypto)
(gnu packages python-web)
(gnu packages python-xyz)
+ (gnu packages python-science)
((guix build utils) #:select (with-directory-excursion))
(guix build-system python)
(guix gexp)
@@ -66,7 +68,6 @@
#:select? git-file?))
(propagated-inputs `(("coreutils" ,coreutils)
("gemma-wrapper" ,gemma-wrapper)
- ("jupyter" ,jupyter)
("python-bcrypt" ,python-bcrypt)
("python" ,python-wrapper)
("python-flask" ,python-flask)
@@ -75,7 +76,13 @@
("python-mypy" ,python-mypy)
("python-mypy-extensions" ,python-mypy-extensions)
("python-redis" ,python-redis)
- ("python-pylint" ,python-pylint)))
+ ("python-scipy" ,python-scipy)
+ ;; Remove one of these!
+ ("python-sqlalchemy" ,python-sqlalchemy)
+ ("python-mysqlclient" ,python-mysqlclient)
+ ;; This requires R in it's path
+ ;; TODO: Remove!
+ ("python-rpy2" ,python-rpy2)))
(build-system python-build-system)
(home-page "https://github.com/genenetwork/genenetwork3")
(synopsis "GeneNetwork3 API for data science and machine learning.")