Skip to content

Commit

Permalink
Merge branch 'develop' into feature/density_tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasColombi committed Feb 18, 2025
2 parents 8a66674 + 10e7869 commit f3de084
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions requirements/env_climada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ channels:
- nodefaults
dependencies:
- bottleneck>=1.4
- cartopy>=0.23
- cfgrib>=0.9.9
- cartopy>=0.24
- cfgrib>=0.9
- contextily>=1.6
- dask>=2024.5
- eccodes>=2.27
- gdal>=3.6
- dask>=2025.2
- eccodes>=2.40
- gdal>=3.10
- geopandas>=0.14,<1.0 # geopandas 1.0 does not depend on fiona anymore, hence fiona would need to be added as dependency
- h5py>=3.8
- haversine>=2.8
- matplotlib-base>=3.9
- netcdf4>=1.6
- numba>=0.60
- h5py>=3.12
- haversine>=2.9
- matplotlib-base>=3.10
- netcdf4>=1.7
- numba>=0.61
- numexpr>=2.10
- openpyxl>=3.1
- osm-flex>=1.1
Expand All @@ -25,20 +25,20 @@ dependencies:
- pint>=0.24
- pip
- pycountry>=24.6
- pyproj>=3.5
- pytables>=3.7
- pyproj>=3.7
- pytables>=3.10
- pyxlsb>=1.0
- rasterio>=1.3
- rasterio>=1.4
- requests>=2.32
- salib>=1.5
- seaborn>=0.13
- scikit-learn>=1.5
- scipy>=1.13,<1.15 # 1.15 is not compatible with climada_petals, climada_petals.engine.test.test_supplychain fails with "'Series' has no attribute 'nonzero'"
- scikit-learn>=1.6
- scipy>=1.14,<1.15 # 1.15 is not compatible with climada_petals, climada_petals.engine.test.test_supplychain fails with "'Series' has no attribute 'nonzero'"
- sparse>=0.15
- statsmodels>=0.14
- tabulate>=0.9
- tqdm>=4.66
- tqdm>=4.67
- unittest-xml-reporting>=3.2
- xarray>=2024.6
- xarray>=2025.1
- xlrd>=2.0
- xlsxwriter>=3.1
- xlsxwriter>=3.2

0 comments on commit f3de084

Please sign in to comment.