Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 64 additions & 56 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,82 +1,90 @@
name: climaax_hazard
name: climaax

channels:
- conda-forge

# Package versions should follow the general CLIMAAX environment
# specified in https://github.com/CLIMAAX/workflow_template
dependencies:
- adlfs=2024.7.0
- adlfs=2024.12.0
- affine=2.4.0
- aiohttp=3.9.5
- basemap=1.4.1
- bokeh=3.5.0
- bottleneck=1.4.0
- cartopy=0.23.0
- aiohttp=3.11.7
- bokeh=3.7.2
- bottleneck=1.4.2
- branca=0.8.1
- cartopy=0.24.0
- cdsapi=0.7.5
- cfgrib=0.9.14.0
- contextily=1.6.0
- cfgrib=0.9.15.0
- contextily=1.6.2
- dask-labextension=7.0.0
- dask=2024.7.0
- distributed=2024.7.0
- eccodes=2.36.0
- flask=2.3.3
- gdal=3.9.1
- dask=2025.03.0
- distributed=2025.03.0
- eccodes=2.40.0
- eodag=3.2.0
- flask=3.1.0
- folium=0.19.5
- gdal=3.10.2
- geopandas=1.0.1
- httpx=0.27.2
- ipykernel=6.29.5
- ipyleaflet=0.19.1
- ipympl=0.9.4
- ipython=8.27.0
- ipywidgets=8.1.3
- ipyleaflet=0.19.2
- ipympl=0.9.7
- ipython=9.0.2
- ipywidgets=8.1.5
- jenkspy=0.4.1
- jupyter-resource-usage=1.0.2
- jupyter-server-proxy=4.3.0
- jupyterlab-git=0.50.1
- jupyter-resource-usage=1.1.1
- jupyter-server-proxy=4.4.0
- jupyterlab-git=0.51.0
- jupyterlab-myst=2.4.2
- jupyterlab=4.2.3
- localtileserver=0.10.3
- matplotlib=3.8.4
- mplleaflet=0.0.5
- nbgitpuller=1.2.1
- netcdf4=1.7.1
- notebook=7.2.1
- numba=0.60.0
- numexpr=2.10.0
- numpy=1.26.4
- openpyxl=3.1.4
- osmnx=1.9.3
- pandas=2.2.2
- jupyterlab=4.2.7
- localtileserver=0.10.6
- matplotlib=3.10.1
- nbgitpuller=1.2.2
- netcdf4=1.7.2
- notebook=7.2.2
- numba=0.61.0
- numexpr=2.10.2
- numpy=2.1.3
- openpyxl=3.1.5
- osmnx=2.0.2
- pandas=2.2.3
- pip
- planetary-computer=1.0.0
- plotly=5.22.0
- plotly=6.0.1
- pooch=1.8.2
- pyogrio=0.8.0
- pyproj=3.6.1
- pystac-client=0.8.2
- pytest=8.3.2
- pyogrio=0.10.0
- pyproj=3.7.1
- pystac-client=0.8.6
- pytest=8.3.5
- python-kaleido=0.2.1
- python=3.11
- pyyaml=6.0.1
- rasterio=1.3.10
- rasterstats=0.19.0
- python=3.12.9
- pyyaml=6.0.2
- rasterio=1.4.3
- rasterstats=0.20.0
- regionmask=0.13.0
- requests=2.32.3
- rio-cogeo=5.3.3
- rio-tiler=6.7.0
- rioxarray=0.15.7
- scikit-learn=1.5.1
- scipy=1.14.0
- rio-cogeo=5.4.1
- rio-tiler=7.6.0
- rioxarray=0.18.2
- scikit-learn=1.6.1
- scipy=1.15.2
- seaborn=0.13.2
- shapely=2.0.4
- tqdm=4.66.4
- werkzeug=3.0.6
- xarray=2024.6.0
- xesmf=0.8.6
- zarr=2.18.2
- xclim=0.50.0
- shapely=2.0.7
- tqdm=4.67.1
- werkzeug=3.1.3
- xarray=2025.3.1
- xesmf=0.8.8
- xclim=0.55.1
- xlrd=2.0.1
- zarr=3.0.6
- pip:
- damagescanner==0.7
- earthkit-data==0.13.6
- earthkit-geo==0.3.0
- git+https://github.com/ecmwf/earthkit-meteo.git@feature/extreme-values
- earthkit-plots==0.2.8
- paretoset==1.2.4
- gisco-geodata==0.1.2
- git+https://github.com/tommyod/paretoset.git@5d8f3a739eeb38fb0b63340840353ad99845a5f0
- pyDataverse==0.3.4
- pylandtemp==0.0.1a1
- git+https://github.com/kapadia/usgs@ec8b5e2e77cc020890d9dbab0fa46cb2d4867e44
Loading