Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
streamlit==1.26.0
|
2 |
pandas==1.5.3
|
3 |
requests==2.31.0
|
|
|
4 |
torch==2.0.1
|
5 |
-
|
6 |
-
transformers==4.18.0
|
7 |
-
tensorflow==2.8.0
|
|
|
1 |
streamlit==1.26.0
|
2 |
pandas==1.5.3
|
3 |
requests==2.31.0
|
4 |
+
transformers==4.26.1
|
5 |
torch==2.0.1
|
6 |
+
tensorflow==2.13.0
|
|
|
|