brandon-rhodes / python-jplephem

Python version of NASA DE4xx ephemerides, the basis for the Astronomical Alamanac
MIT License
111 stars 29 forks source link

The conda-forge package for jplephem is out of date (v2.9 instead of v2.12) #38

Closed EndlessDex closed 4 years ago

EndlessDex commented 4 years ago

Not sure if this is the correct reporting forum for this...

I'm need to use skyfield on multiple user-level windows systems and anaconda env management is the simplest way to organize this. Want to be able to tell the end users, "Download anaconda and then create an env using this file". Currently skyfield reports an error due to an out of date jplephem.

The workaround is to force install jplephem with pip since the pypi repo is up to date, but this is not viable for my end users.

EndlessDex commented 4 years ago

Realize that the conda-forge distro is maintained by a different repo. Sorry!

brandon-rhodes commented 4 years ago

No problem! Here's a pull request someone seems to be working on that might update its version: https://github.com/conda-forge/jplephem-feedstock/pull/18

EndlessDex commented 4 years ago

conda-forge/jplephem-feedstock#19

Made my own PR to resolve the issue the other one had. Passing all tests now!