feat: pin dependencies
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
# faiss-cpu==1.7.4
|
| 2 |
faiss-cpu==1.9.*
|
| 3 |
|
| 4 |
-
gradio==5.4.*
|
| 5 |
pandas==2.2.*
|
| 6 |
# pytorch-metric-learning==2.4.1
|
| 7 |
pytorch-metric-learning==2.7.*
|
|
@@ -9,3 +8,7 @@ torch==2.5.*
|
|
| 9 |
tqdm==4.66.1
|
| 10 |
ultralytics==8.3.*
|
| 11 |
umap-learn==0.5.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# faiss-cpu==1.7.4
|
| 2 |
faiss-cpu==1.9.*
|
| 3 |
|
|
|
|
| 4 |
pandas==2.2.*
|
| 5 |
# pytorch-metric-learning==2.4.1
|
| 6 |
pytorch-metric-learning==2.7.*
|
|
|
|
| 8 |
tqdm==4.66.1
|
| 9 |
ultralytics==8.3.*
|
| 10 |
umap-learn==0.5.5
|
| 11 |
+
|
| 12 |
+
gradio==5.9.1
|
| 13 |
+
huggingface_hub>=0.25,<0.26
|
| 14 |
+
pydantic<2.11
|