Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -16,8 +16,8 @@ chromadb
|
|
16 |
pickle5
|
17 |
|
18 |
# Machine Learning
|
19 |
-
torch
|
20 |
-
|
21 |
# Date and time handling
|
22 |
python-dateutil
|
23 |
|
|
|
16 |
pickle5
|
17 |
|
18 |
# Machine Learning
|
19 |
+
torch>=1.13.0
|
20 |
+
sentence-transformers>=2.2.2
|
21 |
# Date and time handling
|
22 |
python-dateutil
|
23 |
|