Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,7 @@ scikit-learn
|
|
| 4 |
torch
|
| 5 |
sqlite3
|
| 6 |
cryptography
|
| 7 |
-
numpy
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
torch
|
| 5 |
sqlite3
|
| 6 |
cryptography
|
| 7 |
+
numpy
|
| 8 |
+
sentence-transformers>=2.2.2
|
| 9 |
+
scikit-learn>=1.0.2
|
| 10 |
+
numpy>=1.21.0
|