You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2023. It is now read-only.
If one tries to install this using pip -r pip-requirements it will not work, because pip runs python setup.py egg_info on all packages first, but APLpy has a dependency on Astropy in setup.py. Is there a way we can avoid this issue, maybe by catching egg_info near the top of setup.py and simply running setup() for a limited set of options?