Skip to content

Commit

Permalink
env_climada: pin python to 3.9, upgrade matplotlib, geopandas and pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-schmid committed Sep 26, 2023
1 parent e792768 commit 185ef96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements/env_climada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ dependencies:
- dask>=2023
- eccodes>=2.27,<2.28 # 2.28 changed some labels, in particular: gust -> i20fg
- gdal>=3.6
- geopandas>=0.13
- geopandas>=0.14
- h5py>=3.8
- haversine>=2.8
- matplotlib>=3.7
- matplotlib-base>=3.8
- netcdf4>=1.6
- numba>=0.57
- openpyxl>=3.1
- pandas>=1.5
- pandas>=2.1
- pandas-datareader>=0.10
- pathos>=0.3
- pint>=0.22
Expand All @@ -26,7 +26,7 @@ dependencies:
- pycountry>=22.3
- pyepsg>=0.4
- pytables>=3.7
- python>=3.9,<3.12

This comment has been minimized.

Copy link
@peanutfun

peanutfun Sep 28, 2023

Member

@emanuel-schmid Why did you re-introduce the version pin? This causes the GitHub builds for Python 3.10 and 3.11 to fail, see https://github.com/CLIMADA-project/climada_python/actions/runs/6325482834

- python=3.9
- pyxlsb>=1.0
- rasterio>=1.3
- requests>=2.31
Expand Down

0 comments on commit 185ef96

Please sign in to comment.