This commit is contained in:
Alex Clark 2015-07-02 05:10:32 -04:00
parent a78567e258
commit e483bd5852

View File

@ -13,8 +13,11 @@ This repository creates wheels for tagged versions of Pillow::
git push
Dependencies
------------
Numpy
-----
~~~~~
Check minimum numpy versions to build against in ``.travis.yml`` file. Build against the earliest numpy that Pillow is compatible with; see `forward, backward numpy compatibility <http://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-wrong-size-try-recompiling/18369312#18369312>`_