gjoseph92 / stackstac

Turn a STAC catalog into a dask-based xarray
https://stackstac.readthedocs.io
MIT License
238 stars 49 forks source link

Switch to PDM for dependency management #169

Closed gjoseph92 closed 2 years ago

gjoseph92 commented 2 years ago

PDM is capable of locking in a few mins what Poetry seems to take 10s of mins (hours?) to solve with the numpy-pandas black hole: https://github.com/python-poetry/poetry/issues/5121

It also supports overriding dependencies, which Poetry refuses and is critical in basic development (especially if working with a fork of distributed).