You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The conda environments with climada seem to be restricted to an old pyarrow version (12.0.1 in my case). We always get these warnings from dask: FutureWarning: Minimal version of pyarrow will soon be increased to 14.0.1. You are using 12.0.1. Please consider upgrading.
Describe the solution you'd like
An upgrade of the dependencies which constrain pyarrow to this old version, such as to take advantage of recent pyarrow versions. However, I am not sure which dependency contrains pyarrow at the moment in either climada or climada_petals.
Additional context
I'd be interested to support with an upgrade satisfying the above requirements, however I am not sure where to start so I would welcome input as to:
Where to look first.
Is there any knowledge already as to what exactly needs to be done or do we need to investigate first.
The text was updated successfully, but these errors were encountered:
@bguillod thanks for the notification. pyarrow doesn't look like it's going to be updated for python 3.9 anymore.
With python 3.11 the problem is solved magically though. I think with python 3.10 too, but I'm not sure.
Since a couple of weeks the default python version for climada is 3.11 and I'm afraid, once they've increased the minimal version of pyarrow to 14, we'll abandon support for python 3.9.
Is your feature request related to a problem? Please describe.
The conda environments with climada seem to be restricted to an old pyarrow version (
12.0.1
in my case). We always get these warnings from dask:FutureWarning: Minimal version of pyarrow will soon be increased to 14.0.1. You are using 12.0.1. Please consider upgrading.
Describe the solution you'd like
An upgrade of the dependencies which constrain pyarrow to this old version, such as to take advantage of recent pyarrow versions. However, I am not sure which dependency contrains pyarrow at the moment in either
climada
orclimada_petals
.Additional context
I'd be interested to support with an upgrade satisfying the above requirements, however I am not sure where to start so I would welcome input as to:
The text was updated successfully, but these errors were encountered: