diff options
-rw-r--r-- | guix.scm | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -68,15 +68,17 @@ #:select? git-file?)) (propagated-inputs `(("coreutils" ,coreutils) ("gemma-wrapper" ,gemma-wrapper) - ("python-bcrypt" ,python-bcrypt) ("python" ,python-wrapper) + ("python-bcrypt" ,python-bcrypt) ("python-flask" ,python-flask) - ("python-pylint" python-pylint) - ("python-scipy" ,python-scipy) + ("python-ipfshttpclient" ,python-ipfshttpclient) ("python-mypy" ,python-mypy) ("python-mypy-extensions" ,python-mypy-extensions) + ("python-pylint" python-pylint) ("python-redis" ,python-redis) - ("python-scipy" ,python-scipy))) + ("python-scipy" ,python-scipy) + ("python-scipy" ,python-scipy) + ("python-sqlalchemy-stubs" ,python-sqlalchemy-stubs))) (build-system python-build-system) (home-page "https://github.com/genenetwork/genenetwork3") (synopsis "GeneNetwork3 API for data science and machine learning.") |