Skip to content

Commit

Permalink
Downgrade Pillow pip requirement
Browse files Browse the repository at this point in the history
2.7.0 isn't really necessary - 2.3.0 is sufficient. This is the version
available on Ubuntu 14.04 via apt-get, and seems to be a reasonable lowest
common denominator in general.

http://pillow.readthedocs.org/installation.html#old-versions
  • Loading branch information
lukeyeager committed Mar 25, 2015
1 parent c308986 commit 3487d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ python-dateutil>=1.4,<2
protobuf>=2.5.0
python-gflags>=2.0
pyyaml>=3.10
Pillow>=2.7.0
Pillow>=2.3.0

0 comments on commit 3487d24

Please sign in to comment.