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:
parent
36b893c43e
commit
3e6f884a89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue