We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db4e07 commit 185957aCopy full SHA for 185957a
requirements/env_climada.yml
@@ -22,7 +22,7 @@ dependencies:
22
- numexpr>=2.13
23
- openpyxl>=3.1
24
- osm-flex>=1.1 # this is only required for running the tutorials, not for the CLIMADA package itself
25
- - pandas>=2.3
+ - pandas>=2.3,<3.0 # petals does not run with 3.0 (... and issue #1215)
26
- pathos>=0.3
27
- peewee>=3.18
28
- pint>=0.24
0 commit comments