Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -7
requirements.txt
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
matplotlib
|
| 4 |
seaborn
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
scikit-learn
|
| 9 |
-
optuna
|
|
|
|
| 1 |
+
pandas==2.2.3
|
| 2 |
+
plotly==6.0.1
|
| 3 |
+
requests==2.32.3
|
| 4 |
+
streamlit==1.43.2
|
| 5 |
+
streamlit-lottie==0.0.5
|
| 6 |
+
joblib
|
| 7 |
matplotlib
|
| 8 |
seaborn
|
| 9 |
+
pillow
|
| 10 |
+
opencv-python
|
| 11 |
+
scikit-learn
|
|
|
|
|
|