Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
pymupdf
|
3 |
-
requests
|
4 |
-
python-dotenv
|
5 |
-
markitdown[pdf]
|
6 |
-
pillow
|
7 |
-
ollama
|
8 |
-
tqdm
|
|
|
1 |
+
gradio==5.20.1
|
2 |
+
pymupdf==1.24.10
|
3 |
+
requests==2.32.3
|
4 |
+
python-dotenv==1.1.0
|
5 |
+
markitdown[pdf]==0.1.1
|
6 |
+
pillow==10.4.0
|
7 |
+
ollama==0.4.7
|
8 |
+
tqdm==4.67.0
|