Update requirements.txt
Browse files- requirements.txt +4 -7
requirements.txt
CHANGED
|
@@ -1,9 +1,6 @@
|
|
| 1 |
-
numpy<2
|
| 2 |
-
pandas==2.2.2
|
| 3 |
-
pyarrow==14.0.2
|
| 4 |
-
scikit-learn==1.4.2
|
| 5 |
-
matplotlib
|
| 6 |
-
seaborn
|
| 7 |
-
joblib
|
| 8 |
streamlit
|
|
|
|
|
|
|
| 9 |
plotly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
+
pandas
|
| 3 |
+
scikit-learn
|
| 4 |
plotly
|
| 5 |
+
imbalanced-learn
|
| 6 |
+
numpy
|