Extent the dashboard to use altair

This commit is contained in:
Tobias Hölzer 2025-11-08 03:07:38 +01:00
parent d498b1e752
commit 150f14ed52
6 changed files with 886 additions and 265 deletions

View file

@ -22,7 +22,6 @@ dependencies = [
"geemap>=0.36.3",
"geopandas>=1.1.0",
"h3>=4.2.2",
"h5netcdf>=1.6.4",
"ipycytoscape>=1.3.3",
"ipykernel>=6.29.5",
"ipywidgets>=8.1.7",
@ -50,7 +49,7 @@ dependencies = [
"xvec>=0.5.1",
"zarr[remote]>=3.1.3",
"geocube>=0.7.1,<0.8",
"streamlit>=1.50.0,<2",
"streamlit>=1.50.0,<2", "altair[all]>=5.5.0,<6", "h5netcdf>=1.7.3,<2",
]
[project.scripts]