emolter / pylanetary

data processing and modeling tools for ring, moon, and planet observations
GNU General Public License v3.0
8 stars 6 forks source link

release on pypi failing due to unreleased dependencies #28

Closed emolter closed 9 months ago

emolter commented 1 year ago

We rely on yet-unreleased versions of image_registration and astroquery, and this PEP prevents PyPI from packaging direct references to the unreleased GitHub versions of those packages. Until those packages make releases, simply pip install pylanetary will not run right

emolter commented 11 months ago

This should be fully resolved after the hotfix to issue #53 is merged. This is coming with merging of the cosmetics branch, which will be a good checkpoint for a release anyway

emolter commented 9 months ago

fixed by #60