Skip to content

Commit 185ef96

Browse files
env_climada: pin python to 3.9, upgrade matplotlib, geopandas and pandas
1 parent e792768 commit 185ef96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements/env_climada.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ dependencies:
1010
- dask>=2023
1111
- eccodes>=2.27,<2.28 # 2.28 changed some labels, in particular: gust -> i20fg
1212
- gdal>=3.6
13-
- geopandas>=0.13
13+
- geopandas>=0.14
1414
- h5py>=3.8
1515
- haversine>=2.8
16-
- matplotlib>=3.7
16+
- matplotlib-base>=3.8
1717
- netcdf4>=1.6
1818
- numba>=0.57
1919
- openpyxl>=3.1
20-
- pandas>=1.5
20+
- pandas>=2.1
2121
- pandas-datareader>=0.10
2222
- pathos>=0.3
2323
- pint>=0.22
@@ -26,7 +26,7 @@ dependencies:
2626
- pycountry>=22.3
2727
- pyepsg>=0.4
2828
- pytables>=3.7
29-
- python>=3.9,<3.12
29+
- python=3.9
3030
- pyxlsb>=1.0
3131
- rasterio>=1.3
3232
- requests>=2.31

0 commit comments

Comments
 (0)