Spaces:
Build error
Build error
add huggingface_hub min. version due to 'KeyError: 'tags'
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
git+https://github.com/tomaarsen/sentence-transformers@feat/quantization
|
| 2 |
datasets
|
| 3 |
pandas
|
|
|
|
| 4 |
|
| 5 |
usearch
|
| 6 |
faiss-cpu
|
|
|
|
| 1 |
git+https://github.com/tomaarsen/sentence-transformers@feat/quantization
|
| 2 |
datasets
|
| 3 |
pandas
|
| 4 |
+
huggingface_hub>=0.24.0
|
| 5 |
|
| 6 |
usearch
|
| 7 |
faiss-cpu
|