Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
accelerate
|
|
|
|
| 1 |
+
streamlit>=1.30
|
| 2 |
+
|
| 3 |
+
sentence-transformers>=3.0.0
|
| 4 |
+
transformers>=4.41.0
|
| 5 |
+
huggingface-hub>=1.0.0
|
| 6 |
|
| 7 |
+
torch>=2.2
|
| 8 |
+
scikit-learn
|
| 9 |
+
pandas
|
| 10 |
+
numpy
|
| 11 |
+
joblib
|
|
|