skyfielders / python-skyfield

Elegant astronomy for Python
MIT License
1.41k stars 211 forks source link

Missing dependency #191

Closed ydethe closed 6 years ago

ydethe commented 6 years ago

Hello, astropy should be among the dependancies, but is not.

brandon-rhodes commented 6 years ago

I've tried to keep the code free of any dependency on astropy, since astropy is very large and requires a good deal of compilation — are you getting an ImportError when loading Skyfield? If so then I'll fix it!

brandon-rhodes commented 6 years ago

(Am closing this for now; feel free to reopen if you get an import error during any Skyfield operations that don't explicitly involve AstroPy.)