Avoid Pillow 8.3.0 due to errors with numpy (#8234)

* Avoid Pillow 8.3.0

* Move it to last
This commit is contained in:
Carlos Mocholí 2021-07-01 15:16:38 +02:00 committed by GitHub
parent 36b893c43e
commit 3e6f884a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,3 +11,4 @@ torchmetrics>=0.4.0
pyDeprecate==0.3.1
packaging>=17.0
typing-extensions # TypedDict support for python<3.8
pillow!=8.3.0 # TODO: delete line after https://github.com/python-pillow/Pillow/issues/5571