Spaces:
Sleeping
Sleeping
viktor-hirenko commited on
Commit ·
a601d1a
1
Parent(s): cc50299
fix: update huggingface_hub version to resolve dependency conflicts
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -13,7 +13,7 @@ langchain-text-splitters==0.3.2
|
|
| 13 |
chromadb==0.5.23
|
| 14 |
|
| 15 |
# LLM Integration - Hugging Face
|
| 16 |
-
huggingface_hub=
|
| 17 |
|
| 18 |
# Web Interface (max version for Python 3.9)
|
| 19 |
gradio==4.44.1
|
|
|
|
| 13 |
chromadb==0.5.23
|
| 14 |
|
| 15 |
# LLM Integration - Hugging Face
|
| 16 |
+
huggingface_hub>=0.34.0
|
| 17 |
|
| 18 |
# Web Interface (max version for Python 3.9)
|
| 19 |
gradio==4.44.1
|