Skip to content

Commit

Permalink
[TESTS] Fix version for huggingface_hub (#27232)
Browse files Browse the repository at this point in the history
### Details:
 - *Port #27126 into release 24.4*

### Tickets:
 - *ticket-id*
  • Loading branch information
mvafin authored Oct 25, 2024
1 parent e4acbdf commit da7dc54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ networkx<=3.3
timm==1.0.8
transformers~=4.44.0
easyocr==1.7.2
super-image==0.1.7
# huggingface-hub required for super-image
huggingface-hub==0.25.2

--extra-index-url https://download.pytorch.org/whl/cpu
torch~=2.4.0
2 changes: 2 additions & 0 deletions tests/model_hub_tests/pytorch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ transformers
wheel
PyYAML
kornia
# huggingface-hub required for super-image
huggingface-hub

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

0 comments on commit da7dc54

Please sign in to comment.