Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
transformers
|
4 |
-
torch
|
5 |
-
openpyxl
|
6 |
-
python-docx
|
7 |
-
sentencepiece
|
|
|
1 |
+
streamlit==1.26.0
|
2 |
+
pandas==2.0.3
|
3 |
+
transformers>=4.31.0
|
4 |
+
torch==2.0.1
|
5 |
+
openpyxl==3.1.2
|
6 |
+
python-docx==0.8.11
|
7 |
+
sentencepiece==0.1.99
|