Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pandas==2.0.1
|
2 |
+
tensorflow==2.12.0
|
3 |
+
numpy==1.23.5
|
4 |
+
matplotlib==3.7.1
|
5 |
+
shap==0.41.0
|
6 |
+
scikit-learn==1.2.1
|
7 |
+
gradio==3.28.3
|
8 |
+
seaborn==0.12.2
|
9 |
+
openpyxl==3.1.2
|