From 99e9f9833847fe8eab71a9acd9937c4fec5518dc Mon Sep 17 00:00:00 2001 From: ebpetway Date: Thu, 22 Oct 2015 16:14:12 -0400 Subject: [PATCH] cap pillow version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 960d8493..1b4fa5c0 100644 --- a/setup.py +++ b/setup.py @@ -526,7 +526,7 @@ def libart_version(): ext_modules = EXT_MODULES, #this probably only works for setuptools, but distutils seems to ignore it - install_requires=['pillow>=2.4.0','pip>=1.4.1', 'setuptools>=2.2'], + install_requires=['pillow>=2.4.0,<3.0.0','pip>=1.4.1', 'setuptools>=2.2'], ) print() print('########## SUMMARY INFO #########')