Update requirements.txt
Browse files- requirements.txt +13 -14
requirements.txt
CHANGED
|
@@ -1,19 +1,18 @@
|
|
| 1 |
-
scikit-learn==1.
|
| 2 |
-
|
| 3 |
-
pydantic==2.
|
| 4 |
-
pydantic-settings==2.
|
|
|
|
| 5 |
transformers==4.36.2
|
| 6 |
-
numpy==1.26.
|
| 7 |
-
python-dotenv==1.0.
|
| 8 |
-
torch==2.
|
| 9 |
-
|
| 10 |
-
tqdm==4.66.1
|
| 11 |
tabulate==0.9.0
|
| 12 |
-
ftfy==6.
|
| 13 |
texify==0.1.8
|
| 14 |
-
rapidfuzz==3.
|
| 15 |
-
surya-ocr==0.4.
|
| 16 |
filetype==1.2.0
|
| 17 |
regex==2024.4.28
|
| 18 |
-
pdftext==0.3.7
|
| 19 |
-
grpcio==1.63.0
|
|
|
|
| 1 |
+
scikit-learn==1.4.2
|
| 2 |
+
pillow==10.3.0
|
| 3 |
+
pydantic==2.7.1
|
| 4 |
+
pydantic-settings==2.2.1
|
| 5 |
+
pydantic_core==2.18.2
|
| 6 |
transformers==4.36.2
|
| 7 |
+
numpy==1.26.4
|
| 8 |
+
python-dotenv==1.0.1
|
| 9 |
+
torch==2.3.0
|
| 10 |
+
tqdm==4.66.4
|
|
|
|
| 11 |
tabulate==0.9.0
|
| 12 |
+
ftfy==6.2.0
|
| 13 |
texify==0.1.8
|
| 14 |
+
rapidfuzz==3.9.0
|
| 15 |
+
surya-ocr==0.4.4
|
| 16 |
filetype==1.2.0
|
| 17 |
regex==2024.4.28
|
| 18 |
+
pdftext==0.3.7
|
|
|