ubarsc / pyshepseg

Python implementation of image segmentation algorithm of Shepherd et al (2019) Operational Large-Scale Segmentation of Imagery Based on Iterative Elimination. Remote Sensing 11(6).
https://www.pyshepseg.org
MIT License
10 stars 4 forks source link

Convert setup.py to pyproject.toml #56

Closed neilflood closed 3 months ago

neilflood commented 3 months ago

Ping @gillins

I have included explicit dependencies for numba and scikit-learn, although without specific version numbers.

This seems to work OK in a conda environment. My attempt to test on bare Ubuntu ran foul of GDAL. For some reason the installed gdal-3.4.1 does not have KEA enabled, so the tests would not run. However, the install of pyshepseg seemed fine, so I am reasonably hopeful.