Skip to content

Commit 6e215ec

Browse files
deacrease minimal pyarrow version due to compatibility issue with climada petals on windows
1 parent 5a6d536 commit 6e215ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/env_climada.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ dependencies:
2727
- peewee>=3.18
2828
- pint>=0.24
2929
- pip
30-
- pyarrow>=21.0
30+
- pyarrow>=20.0 # petals cannot be installed on win-64 with pyarrow 21.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
34+
- python>=3.10,<3.13
3435
- pyxlsb>=1.0
3536
- rasterio>=1.4
3637
- requests>=2.32

0 commit comments

Comments
 (0)