diff options
author | BonfaceKilz | 2021-05-08 19:16:50 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-05-08 19:35:24 +0300 |
commit | 668072c99d3bf16dd3f8d671fb9cf3ed42a5b057 (patch) | |
tree | c11671db5e44c38b4eccbb81dad120c0131202bd /guix.scm | |
parent | a99f485c93c40d193914232370659d828f4707d5 (diff) | |
download | genenetwork3-668072c99d3bf16dd3f8d671fb9cf3ed42a5b057.tar.gz |
guix.scm: Add python-numpy and python-requests
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,8 +76,10 @@ ("python-mypy" ,python-mypy) ("python-mypy-extensions" ,python-mypy-extensions) ("python-mysqlclient" ,python-mysqlclient) + ("python-numpy" ,python-numpy) ("python-pylint" python-pylint) ("python-redis" ,python-redis) + ("python-requests" ,python-requests) ("python-scipy" ,python-scipy) ("python-sqlalchemy-stubs" ,python-sqlalchemy-stubs))) (build-system python-build-system) |