Spaces:
Sleeping
Sleeping
tappyness1
commited on
Commit
•
69407b9
1
Parent(s):
6f8fd55
added in heatmap charts
Browse files- env.yml +3 -1
- requirements.txt +3 -0
env.yml
CHANGED
@@ -7,4 +7,6 @@ dependencies:
|
|
7 |
- pandas=1.5.3
|
8 |
- plotly=5.13.0
|
9 |
- streamlit=1.18.1
|
10 |
-
- svgpath2mpl=1.0.0
|
|
|
|
|
|
7 |
- pandas=1.5.3
|
8 |
- plotly=5.13.0
|
9 |
- streamlit=1.18.1
|
10 |
+
- svgpath2mpl=1.0.0
|
11 |
+
- numpy == 1.24.2
|
12 |
+
- scipy == 1.9.1
|
requirements.txt
CHANGED
@@ -2,3 +2,6 @@ pandas
|
|
2 |
plotly
|
3 |
datasets
|
4 |
svgpath2mpl
|
|
|
|
|
|
|
|
2 |
plotly
|
3 |
datasets
|
4 |
svgpath2mpl
|
5 |
+
numpy == 1.24.2
|
6 |
+
scipy == 1.9.1
|
7 |
+
|