Skip to content

Commit 185957a

Browse files
pin pandas to 2.3.*
1 parent 5db4e07 commit 185957a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/env_climada.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies:
2222
- numexpr>=2.13
2323
- openpyxl>=3.1
2424
- osm-flex>=1.1 # this is only required for running the tutorials, not for the CLIMADA package itself
25-
- pandas>=2.3
25+
- pandas>=2.3,<3.0 # petals does not run with 3.0 (... and issue #1215)
2626
- pathos>=0.3
2727
- peewee>=3.18
2828
- pint>=0.24

0 commit comments

Comments
 (0)