Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
-
pandas
|
3 |
-
plotly
|
4 |
-
numpy
|
5 |
-
networkx
|
|
|
|
|
|
1 |
+
streamlit==1.49.1
|
2 |
+
pandas==2.2.2
|
3 |
+
plotly==5.22.0
|
4 |
+
numpy==1.26.4
|
5 |
+
networkx==3.3
|
6 |
+
lime==0.2.0.1
|
7 |
+
shap==0.46.0
|