insarlab / PySolid

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

`pyproject.toml`: specify dependencies dynamically with `setuptool` #70

Closed yunjunz closed 1 year ago

yunjunz commented 1 year ago

Something we might try after this PR: you can specify the dependencies dynamically with newer setuptool. I didn't include it since I wasn't sure how it would interact with PySold's current setuptools version pinning

https://github.com/opera-adt/dolphin/blob/main/pyproject.toml#L23-L34

_Originally posted by @scottstanie in https://github.com/insarlab/PySolid/pull/69#discussion_r1295805458_