Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
numpy==1.26.4
|
|
|
|
| 1 |
+
sentence-transformers>=3.3.0
|
| 2 |
+
scikit-learn>=1.6.0
|
| 3 |
+
huggingface-hub>=0.30.0
|
| 4 |
+
joblib>=1.4.2
|
| 5 |
+
pandas>=2.2.3
|
| 6 |
+
numpy>=2.0.0
|
|
|