Update requirements.txt
Browse files- requirements.txt +11 -11
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
imbalanced_learn
|
2 |
-
imblearn
|
3 |
-
joblib
|
4 |
-
matplotlib
|
5 |
-
numpy
|
6 |
-
pandas
|
7 |
-
scikit_learn
|
8 |
-
seaborn
|
9 |
-
streamlit
|
10 |
-
tensorflow
|
11 |
-
xgboost
|
|
|
1 |
+
imbalanced_learn
|
2 |
+
imblearn
|
3 |
+
joblib
|
4 |
+
matplotlib
|
5 |
+
numpy
|
6 |
+
pandas
|
7 |
+
scikit_learn
|
8 |
+
seaborn
|
9 |
+
streamlit
|
10 |
+
tensorflow
|
11 |
+
xgboost
|