Skip to content

Commit 4d16bb0

Browse files
dependencies: pin pandas to version 2.1
1 parent ca148c0 commit 4d16bb0

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
@@ -17,7 +17,7 @@ dependencies:
1717
- netcdf4>=1.6
1818
- numba>=0.58
1919
- openpyxl>=3.1
20-
- pandas>=2.1
20+
- 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
2121
- pandas-datareader>=0.10
2222
- pathos>=0.3
2323
- pint>=0.22

0 commit comments

Comments
 (0)