Description
I'm trying to install geemap and its dependencies from source. However, the colour dependency in particular is causing issues. Colour (no updates in 8 yrs) depends on d2to1 (deprecated for 5 yrs), which requires setuptools 67 and older, which does not support Python 3.12+. I'm wondering if we can replace colour with something else that is easier to build from source.
What I Did
> spack install py-geemap ^python@3.13
Description
I'm trying to install geemap and its dependencies from source. However, the colour dependency in particular is causing issues. Colour (no updates in 8 yrs) depends on d2to1 (deprecated for 5 yrs), which requires setuptools 67 and older, which does not support Python 3.12+. I'm wondering if we can replace colour with something else that is easier to build from source.
What I Did
> spack install py-geemap ^python@3.13