Open
Description
Every time climada is imported the following warning is raised:
Minimal version of pyarrow will soon be increased to 14.0.1. You are using 12.0.1. Please consider upgrading.
To avoid this it may be necessary to set the requested version to pyarrow>=14.0.1.
(It doesn't look like the warnings disappear without being explicit there.)
The problem is that there is no pyarrow version higher then 12 for python 3.9.
Hence we'll probably have to abandon support for python 3.9.
Activity