Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -5,9 +5,9 @@ charset-normalizer==3.4.0
|
|
5 |
click==8.1.7
|
6 |
colorama==0.4.6
|
7 |
filelock==3.16.1
|
8 |
-
Flask
|
9 |
fsspec==2024.10.0
|
10 |
-
huggingface-hub
|
11 |
idna==3.10
|
12 |
imageio==2.36.0
|
13 |
itsdangerous==2.2.0
|
@@ -17,10 +17,10 @@ MarkupSafe==3.0.2
|
|
17 |
mpmath==1.3.0
|
18 |
networkx==3.4.2
|
19 |
ninja==1.11.1.2
|
20 |
-
numpy
|
21 |
opencv-python-headless==4.10.0.84
|
22 |
packaging==24.2
|
23 |
-
pillow
|
24 |
psutil==6.1.0
|
25 |
pyclipper==1.3.0.post6
|
26 |
pytesseract==0.3.13
|
@@ -37,8 +37,8 @@ tifffile==2024.9.20
|
|
37 |
tiktoken
|
38 |
tokenizers==0.15.2
|
39 |
tqdm==4.67.0
|
40 |
-
transformers
|
41 |
-
torch
|
42 |
torchvision
|
43 |
typing_extensions==4.12.2
|
44 |
urllib3==2.2.3
|
|
|
5 |
click==8.1.7
|
6 |
colorama==0.4.6
|
7 |
filelock==3.16.1
|
8 |
+
Flask>=2.0.0
|
9 |
fsspec==2024.10.0
|
10 |
+
huggingface-hub>=0.13.0
|
11 |
idna==3.10
|
12 |
imageio==2.36.0
|
13 |
itsdangerous==2.2.0
|
|
|
17 |
mpmath==1.3.0
|
18 |
networkx==3.4.2
|
19 |
ninja==1.11.1.2
|
20 |
+
numpy>=1.19.0
|
21 |
opencv-python-headless==4.10.0.84
|
22 |
packaging==24.2
|
23 |
+
pillow>=8.0.0
|
24 |
psutil==6.1.0
|
25 |
pyclipper==1.3.0.post6
|
26 |
pytesseract==0.3.13
|
|
|
37 |
tiktoken
|
38 |
tokenizers==0.15.2
|
39 |
tqdm==4.67.0
|
40 |
+
transformers>=4.30.0
|
41 |
+
torch>=1.13.0
|
42 |
torchvision
|
43 |
typing_extensions==4.12.2
|
44 |
urllib3==2.2.3
|