Update requirements.txt
Browse files- requirements.txt +10 -2
requirements.txt
CHANGED
@@ -10,5 +10,13 @@ git+https://github.com/illuin-tech/colpali
|
|
10 |
timm==1.0.13
|
11 |
transformers
|
12 |
python-dotenv
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
timm==1.0.13
|
11 |
transformers
|
12 |
python-dotenv
|
13 |
+
pydantic==2.10.6
|
14 |
+
gradio==4.25.0
|
15 |
+
PyMuPDF==1.24.9
|
16 |
+
pdf2image==1.17.0
|
17 |
+
pymilvus==2.4.9
|
18 |
+
colpali_engine==0.3.4
|
19 |
+
tqdm==4.66.5
|
20 |
+
pillow==10.4.0
|
21 |
+
spaces==0.30.4
|
22 |
+
google-generativeai==0.8.3
|