Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
sentence-transformers>=2.5.0
|
|
|
|
| 2 |
pandas>=2.2.0
|
| 3 |
-
scikit-learn>=1.4.0
|
| 4 |
gradio==5.31.0
|
| 5 |
-
torch>=2.0.0 # automatically pulls CPU wheel on Spaces
|
|
|
|
| 1 |
sentence-transformers>=2.5.0
|
| 2 |
+
torch>=2.0.0
|
| 3 |
pandas>=2.2.0
|
|
|
|
| 4 |
gradio==5.31.0
|
|
|