Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -5,4 +5,8 @@ pillow==10.4.0
|
|
5 |
requests==2.32.3
|
6 |
PyMuPDF==1.25.5
|
7 |
mlx-vlm==0.1.15
|
8 |
-
docling-core==2.25.0
|
|
|
|
|
|
|
|
|
|
5 |
requests==2.32.3
|
6 |
PyMuPDF==1.25.5
|
7 |
mlx-vlm==0.1.15
|
8 |
+
docling-core==2.25.0
|
9 |
+
torch==2.6.0
|
10 |
+
transformers==4.51.0
|
11 |
+
huggingface-hub==0.30.1
|
12 |
+
python-dotenv==1.0.0
|