diff --git a/responsibleai_vision/requirements.txt b/responsibleai_vision/requirements.txt index 01b77df610..13af9e7cd7 100644 --- a/responsibleai_vision/requirements.txt +++ b/responsibleai_vision/requirements.txt @@ -1,6 +1,6 @@ numpy>=1.17.2 pandas>=0.25.1,<2.0.0 # TODO: remove ceiling on version. -Pillow>=10.0.0; python_version>"3.7" # due to breaking changes in v10.0.0 (https://pillow.readthedocs.io/en/latest/releasenotes/10.0.0.html) +Pillow>=10.2.0; python_version>"3.7" # due to breaking changes in v10.0.0 (https://pillow.readthedocs.io/en/latest/releasenotes/10.0.0.html) Pillow<10.0.0; python_version<="3.7" # Pillow v10.0.0 is only available starting with Python 3.8 scikit-learn>=0.22.1 scipy>=1.4.1