CI: pin pillow<9.1 to prevent deprecation warnings

This commit is contained in:
Jake VanderPlas 2022-04-01 09:23:27 -07:00
parent e766b96063
commit 1f300e729b

View File

@ -1,7 +1,8 @@
cloudpickle
colorama>=0.4.4
flatbuffers==2.0
pillow>=8.3.1
# TODO(jakevdp): fix use of deprecated NEAREST resampling for more recent pillow.
pillow>=8.3.1,<9.1.0
pytest-benchmark
pytest-xdist
wheel