stefanoviel
commited on
Commit
·
e0405d0
1
Parent(s):
83aa4c2
new req
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
streamlit
|
| 2 |
pandas
|
| 3 |
-
sentence-transformers
|
| 4 |
-
torch
|
| 5 |
-
pyspellchecker
|
|
|
|
|
|
| 1 |
+
streamlit==1.35.0
|
| 2 |
pandas
|
| 3 |
+
sentence-transformers==2.7.0
|
| 4 |
+
torch==2.1.2
|
| 5 |
+
pyspellchecker
|
| 6 |
+
huggingface-hub==0.23.0
|