aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2019-02-17 02:26:46 -0600
committerPjotr Prins2019-02-17 02:26:46 -0600
commit2dabf4acf3d56f6fbcc843dc1cae9507131345e5 (patch)
tree70d6de8f38707be394266d1d55875938e187f387
parentebc8b321c367c71f39bf4034caec3bf3341afc5e (diff)
downloadguix-bioinformatics-2dabf4acf3d56f6fbcc843dc1cae9507131345e5.tar.gz
Moved PIL to pillow
-rw-r--r--gn/packages/genenetwork.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 02a04ef..12bf90b 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -263,7 +263,8 @@ location of a putative QTL.")
("python2-piddle-gn" ,python2-piddle-gn)
("python2-redis" ,python2-redis)
("python2-requests" ,python2-requests)
- ("python2-pil1" ,python2-pil1) ; should move to pillow some day
+ ; ("python2-pil1" ,python2-pil1) ; merged to pillow (https://github.com/genenetwork/genenetwork2/pull/355)
+ ("python2-pillow" ,python2-pillow)
("python2-requests" ,python2-requests)
("python2-rpy2" ,python2-rpy2)
("python2-scipy" ,python2-scipy)