diff --git a/python/requirements.txt b/python/requirements.txt index c47b6e5c158c6d2c665eaed0d4edfc6eb51f3a9c..df93efbf245d8ae27662606e22f8c4ef6642cb5c 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -24,7 +24,7 @@ opencv-python; platform_machine == "aarch64" pytest==7.0.1 prometheus-client==0.12.0 pillow==8.4.0 ; python_version == "3.6" -pillow==9.0.0 ; python_version > "3.6" +pillow==9.3.0 ; python_version > "3.6" av==8.0.3; platform_machine != "aarch64" decord==0.4.2; platform_machine != "aarch64" SimpleITK; platform_machine != "aarch64" diff --git a/python/requirements_mac.txt b/python/requirements_mac.txt index 9281deff1bae30e5a9faebf972eb02fc7941d20e..9abe7243a1ad87d4d83ccf8d15978c116f3eea40 100644 --- a/python/requirements_mac.txt +++ b/python/requirements_mac.txt @@ -20,5 +20,5 @@ sentencepiece; platform_machine == "aarch64" opencv-python==3.4.17.61; platform_machine != "aarch64" opencv-python; platform_machine == "aarch64" pillow==8.4.0 ; python_version == "3.6" -pillow==9.0.0 ; python_version > "3.6" +pillow==9.3.0 ; python_version > "3.6"