diff --git a/demos/python_demos/clip_image_classification/download_model_requirements.txt b/demos/python_demos/clip_image_classification/download_model_requirements.txt index 142bcfd2f4..5a5706a969 100644 --- a/demos/python_demos/clip_image_classification/download_model_requirements.txt +++ b/demos/python_demos/clip_image_classification/download_model_requirements.txt @@ -4,5 +4,5 @@ openvino==2025.4.* numpy<2.0 transformers<=4.53.0 -pillow==12.1.1 +pillow==12.2.0 torch==2.8.0+cpu diff --git a/demos/python_demos/requirements.txt b/demos/python_demos/requirements.txt index 1595fc03c5..2931299e8d 100644 --- a/demos/python_demos/requirements.txt +++ b/demos/python_demos/requirements.txt @@ -1,6 +1,6 @@ --extra-index-url "https://download.pytorch.org/whl/cpu" optimum-intel@git+https://github.com/huggingface/optimum-intel.git -pillow==12.1.1 +pillow==12.2.0 tritonclient[grpc]==2.57.0 # Required to use batch string serialization/deserialization (4byte length prepend) numpy<2.0 huggingface_hub==0.32.0