insarlab / PySolid

A Python wrapper for solid Earth tides
GNU General Public License v3.0
61 stars 7 forks source link

pip check fails in mintpy-feedstock due to PySolid's `setuptools_scm` dependency #76

Closed yunjunz closed 7 months ago

yunjunz commented 7 months ago

pip check is failing because PySolid's pyproject.toml has setuptools_scm as a requirement via this line:

https://github.com/insarlab/PySolid/blob/main/pyproject.toml#L39

So, it thinks it's a runtime dependency that is missing. We should fix that in PySolid.

Originally posted by @jhkennedy in https://github.com/conda-forge/mintpy-feedstock/issues/11#issuecomment-1828779638

yunjunz commented 7 months ago

@jhkennedy Could you take a look at this when you get a chance?