Skip to content

Commit

Permalink
dependencies: pin pillow below 11.1 for the sake of petals compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-schmid committed Feb 13, 2025
1 parent 3546a0b commit 16164cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/env_climada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- pandas>=2.1,<2.2 # 2.2 is not compatible with the default pytables=3.7 and yields a very high deprecation warning number through geopandas
- pandas-datareader>=0.10
- pathos>=0.3
- pillow>=9.5,<11.1 # 11.1 is not compatible with climada_petals, as it inhibits esmpy installation
- pint>=0.24
- pip
- pycountry>=24.6
Expand Down

0 comments on commit 16164cc

Please sign in to comment.