Skip to content

Commit 27456f6

Browse files
authoredSep 25, 2024··
[TESTS] Fix issue with new version of easyocr (#26769)
### Details: - *item1* - *...* ### Tickets: - *ticket-id*
1 parent e1c167a commit 27456f6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎tests/constraints.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,13 @@ jax<=0.4.33
2626
jaxlib<=0.4.33
2727
kornia==0.7.0
2828
networkx<=3.3
29-
timm==1.0.8
30-
transformers~=4.44
3129
flax<=0.9.0
3230

31+
# PyTorch tests
32+
timm==1.0.8
33+
transformers~=4.44.0
34+
easyocr==1.7.2
35+
3336
--extra-index-url https://download.pytorch.org/whl/cpu
3437
torch~=2.4.1; platform_system != "Darwin" or platform_machine != "x86_64"
3538
torch~=2.2.0; platform_system == "Darwin" and platform_machine == "x86_64"

‎tests/model_hub_tests/pytorch/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ auto-gptq>=0.5.1
33
av
44
basicsr
55
datasets
6-
python-bidi<0.5 # to fix issue in easyocr
76
easyocr
87
facexlib
98
numpy

0 commit comments

Comments
 (0)
Please sign in to comment.