Update requirements.txt
Browse files- requirements.txt +7 -11
requirements.txt
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
-
numpy
|
2 |
-
pandas
|
3 |
-
scikit-learn
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
matplotlib
|
9 |
-
streamlit
|
10 |
-
streamlit_option_menu
|
11 |
-
pillow
|
12 |
plotly
|
|
|
1 |
+
numpy
|
2 |
+
pandas
|
3 |
+
scikit-learn
|
4 |
+
matplotlib
|
5 |
+
streamlit
|
6 |
+
streamlit_option_menu
|
7 |
+
pillow
|
|
|
|
|
|
|
|
|
8 |
plotly
|