Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.31.1
|
2 |
+
pandas==2.2.0
|
3 |
+
numpy==1.26.3
|
4 |
+
torch==2.1.2
|
5 |
+
pytorch-lightning==2.1.3
|
6 |
+
matplotlib==3.8.2
|
7 |
+
shap==0.44.0
|
8 |
+
Pillow==10.2.0
|
9 |
+
joblib==1.3.2
|
10 |
+
openpyxl==3.1.2
|