Commit
·
38b5248
1
Parent(s):
a0a9c53
feat: added dependencies for hf inference client
Browse files- pyproject.toml +1 -0
- requirements.txt +2 -1
pyproject.toml
CHANGED
|
@@ -22,4 +22,5 @@ dependencies = [
|
|
| 22 |
"pillow>=11.3.0",
|
| 23 |
"geopy>=2.4.1",
|
| 24 |
"colpali-engine>=0.3.8",
|
|
|
|
| 25 |
]
|
|
|
|
| 22 |
"pillow>=11.3.0",
|
| 23 |
"geopy>=2.4.1",
|
| 24 |
"colpali-engine>=0.3.8",
|
| 25 |
+
"huggingface-hub>=0.36.0",
|
| 26 |
]
|
requirements.txt
CHANGED
|
@@ -8,4 +8,5 @@ streamlit-folium==0.25.3
|
|
| 8 |
numpy==2.2.6
|
| 9 |
pillow==11.3.0
|
| 10 |
geopy==2.4.1
|
| 11 |
-
colpali_engine==0.3.8
|
|
|
|
|
|
| 8 |
numpy==2.2.6
|
| 9 |
pillow==11.3.0
|
| 10 |
geopy==2.4.1
|
| 11 |
+
colpali_engine==0.3.8
|
| 12 |
+
huggingface_hub==0.36.0
|