diff --git a/requirements.txt b/requirements.txt index af311aa4c7..15c0fcbbab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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