Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
-
streamlit
|
4 |
-
matplotlib
|
5 |
-
seaborn
|
6 |
-
plotly
|
7 |
-
scikit-learn
|
8 |
-
numpy
|
9 |
-
pandas
|
|
|
1 |
+
transformers
|
2 |
+
torch
|
3 |
+
streamlit
|
4 |
+
matplotlib
|
5 |
+
seaborn
|
6 |
+
plotly
|
7 |
+
scikit-learn
|
8 |
+
numpy
|
9 |
+
pandas
|