diff --git a/.gitignore b/.gitignore index cd26093dfa..6e91b6c47f 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ tmp/ *.tar.gz models genhtml +.github/skills/ \ No newline at end of file diff --git a/demos/python_demos/clip_image_classification/README.md b/demos/python_demos/clip_image_classification/README.md index 9bdddefd87..f82ca45576 100644 --- a/demos/python_demos/clip_image_classification/README.md +++ b/demos/python_demos/clip_image_classification/README.md @@ -23,7 +23,7 @@ pip3 install -r requirements.txt ## Download and convert model ```bash -pip3 install -r download_model_requirements.txt +pip3 install --pre --extra-index-url "https://download.pytorch.org/whl/cpu" --extra-index-url "https://storage.openvinotoolkit.org/simple/wheels/nightly" "openvino==2026.1.*" "numpy<2.0" "pillow==12.2.0" "torch==2.8.0+cpu" "transformers<=4.53.0" ``` ```bash diff --git a/demos/python_demos/clip_image_classification/download_model_requirements.txt b/demos/python_demos/clip_image_classification/download_model_requirements.txt deleted file mode 100644 index 61f27f8a64..0000000000 --- a/demos/python_demos/clip_image_classification/download_model_requirements.txt +++ /dev/null @@ -1,8 +0,0 @@ ---extra-index-url "https://download.pytorch.org/whl/cpu" ---extra-index-url "https://storage.openvinotoolkit.org/simple/wheels/nightly" ---pre -openvino==2026.1.* -numpy<2.0 -transformers>=4.54,<4.58 -pillow==12.2.0 -torch==2.8.0+cpu diff --git a/src/python/binding/tests/requirements.txt b/src/python/binding/tests/requirements.txt index 6daed6ae61..e377ec380e 100644 --- a/src/python/binding/tests/requirements.txt +++ b/src/python/binding/tests/requirements.txt @@ -2,7 +2,7 @@ pytest==9.0.3 tomli==2.0.1 iniconfig==2.0.0 pluggy==1.6.0 -pygments==2.19.2 +pygments>=2.20.0 exceptiongroup==1.1.3 packaging==23.1 numpy<2