diff options
author | Muriithi Frederick Muriuki | 2018-12-03 07:55:49 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2018-12-03 07:55:49 +0300 |
commit | b249b3ce8cfe983a042e9a7815c69239877efea8 (patch) | |
tree | 48d22e445e7d0c5afb4cdb980b93bb5b4a1a1fd2 /gn | |
parent | 83963fe7ba5396855a0ce6544fd1f959235c2b79 (diff) | |
download | guix-bioinformatics-b249b3ce8cfe983a042e9a7815c69239877efea8.tar.gz |
gn: Add dependency
* gn/packages/genenetwork.scm (python-pillow): Add new dependency
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index a54b557..f4e1372 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -477,6 +477,7 @@ written in C") ("python-numpy" ,python-numpy) ("python-redis" ,python-redis) ("python-scipy" ,python-scipy) + ("python-pillow" ,python-pillow) ("python-reaper" ,python-reaper) ("python-pyyaml" ,python-pyyaml) ("python-jinja2" ,python-jinja2) |