passaH2O / pygeoflood

Compound flood mapping program based on high-resolution terrain analyses
https://passah2o.github.io/pygeoflood/
GNU General Public License v3.0
7 stars 0 forks source link

skfmm python 3.12 compatibility #4

Open mdp0023 opened 2 months ago

mdp0023 commented 2 months ago

Having an issue installing skfmm (using pip install scikit-fmm and conda install scikit-fmm) I believe is coming from a compatibility issue with python 3.12.

They've developed a fix on a separate branch (pip install git+https://github.com/scikit-fmm/scikit-fmm.git@meson) but has not been merged with the main branch yet. Will need to be checked later for compatibility.

When fixed, update requirements.txt file and github actions documentation file