Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
-
joblib==1.2.0
|
| 2 |
-
matplotlib==3.7.1
|
| 3 |
-
matplotlib-inline==0.1.6
|
| 4 |
-
numpy==1.26.4
|
| 5 |
-
pandas==1.5.3
|
| 6 |
-
scikit-learn==1.6.0
|
| 7 |
-
streamlit==1.41.1
|
| 8 |
-
tabulate==0.8.10
|
| 9 |
-
imblearn==0.13.0
|
|
|
|
| 1 |
+
joblib==1.2.0
|
| 2 |
+
matplotlib==3.7.1
|
| 3 |
+
matplotlib-inline==0.1.6
|
| 4 |
+
numpy==1.26.4
|
| 5 |
+
pandas==1.5.3
|
| 6 |
+
scikit-learn==1.6.0
|
| 7 |
+
streamlit==1.41.1
|
| 8 |
+
tabulate==0.8.10
|
|
|