Skip to content

Commit 222a6e5

Browse files
pin matplotlib to 3.10
1 parent 5d0a985 commit 222a6e5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/env_climada.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
- geopandas>=1.1
1717
- h5py>=3.13
1818
- haversine>=2.9
19-
- matplotlib-base>=3.10
19+
- matplotlib-base>=3.10,<3.11 # see #1298, https://github.com/matplotlib/matplotlib/issues/31926
2020
- netcdf4>=1.7
2121
- numba>=0.62
2222
- numexpr>=2.13
@@ -27,15 +27,15 @@ dependencies:
2727
- peewee>=3.18
2828
- pint>=0.24
2929
- pip
30-
- pyarrow>=20.0 # petals cannot be installed on win-64 with pyarrow 21.0
30+
- pyarrow>=20.0
3131
- pycountry>=24.6
3232
- pyproj>=3.7
3333
- pytables>=3.10 # this is the name of the pypi 'tables' package on conda-forge
3434
- pyxlsb>=1.0
3535
- rasterio>=1.4
3636
- requests>=2.32
3737
- rtree>=1.4
38-
- salib>=1.5.2 # see https://github.com/CLIMADA-project/climada_python/issues/1081
38+
- salib>=1.5.2
3939
- scikit-learn>=1.7
4040
- scipy>=1.15
4141
- seaborn>=0.13

0 commit comments

Comments
 (0)