Spaces:
Sleeping
Sleeping
Update requirements .txt
Browse files- requirements .txt +9 -0
requirements .txt
CHANGED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas==2.2.2
|
2 |
+
numpy==1.26.4
|
3 |
+
scikit-learn==1.4.2
|
4 |
+
joblib==1.4.2
|
5 |
+
shap==0.44.1
|
6 |
+
matplotlib==3.8.4
|
7 |
+
pillow==10.3.0
|
8 |
+
gradio==4.31.5
|
9 |
+
|