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 has been archived by the owner on Oct 17, 2024. It is now read-only.
Based on recent discussion in #97#98 and on gitter, we will need an option to fall back on altrnative ways of installing a package is the version available on conda is too old.
E.g. if a build asks for 'stable' astropy version (currently we have v1.2rc1), then it's not OK to install v0.3 or v0.4 or even v1.0.3 from conda, but should go instead pip install v1.1.2
The text was updated successfully, but these errors were encountered:
Based on recent discussion in #97 #98 and on gitter, we will need an option to fall back on altrnative ways of installing a package is the version available on conda is too old.
E.g. if a build asks for 'stable' astropy version (currently we have v1.2rc1), then it's not OK to install v0.3 or v0.4 or even v1.0.3 from conda, but should go instead pip install v1.1.2
The text was updated successfully, but these errors were encountered: