Update pillow pin to >= 8.3.1.

8.3.1 fixed the issue from https://github.com/google/jax/pull/7166.
This commit is contained in:
Peter Hawkins 2021-07-07 08:31:20 -04:00
parent 5c2bb8bf06
commit 0de4a60834

View File

@ -4,7 +4,7 @@ flatbuffers==1.12
# TODO(jakevdp): unpin maximum version when minimum jaxlib supports newer numpy
numpy>=1.17,<1.21
mypy==0.902
pillow~=8.2.0
pillow>=8.3.1
pytest-benchmark
pytest-xdist
wheel