Skip to content

Commit da7dc54

Browse files
authored
[TESTS] Fix version for huggingface_hub (#27232)
### Details: - *Port #27126 into release 24.4* ### Tickets: - *ticket-id*
1 parent e4acbdf commit da7dc54

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/constraints.txt

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ networkx<=3.3
3131
timm==1.0.8
3232
transformers~=4.44.0
3333
easyocr==1.7.2
34+
super-image==0.1.7
35+
# huggingface-hub required for super-image
36+
huggingface-hub==0.25.2
3437

3538
--extra-index-url https://download.pytorch.org/whl/cpu
3639
torch~=2.4.0

tests/model_hub_tests/pytorch/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ transformers
2525
wheel
2626
PyYAML
2727
kornia
28+
# huggingface-hub required for super-image
29+
huggingface-hub
2830

2931
# use latest released version once it's available
3032
git+https://github.com/huggingface/optimum-intel.git@main

0 commit comments

Comments
 (0)