From ca715b6f6ef6fb18fed03c56b423dcb027f4d850 Mon Sep 17 00:00:00 2001 From: Maxim Vafin Date: Fri, 18 Oct 2024 14:17:21 +0200 Subject: [PATCH] [TESTS] Fix version for huggingface_hub --- tests/requirements_pytorch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/requirements_pytorch b/tests/requirements_pytorch index 0bda286eb83252..40e1f6f66f52e8 100644 --- a/tests/requirements_pytorch +++ b/tests/requirements_pytorch @@ -38,6 +38,9 @@ torchaudio==2.2.2; platform_system == "Darwin" and platform_machine == "x86_64" wheel==0.44.0 PyYAML==6.0.2 kornia==0.7.3 +super-image==0.1.7 +# huggingface-hub required for super-image +huggingface-hub==0.25.2 # use latest released version once it's available git+https://github.com/huggingface/optimum-intel.git@main; python_version < "3.12"