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 Aug 8, 2018. It is now read-only.
To my knowledge, conda package resolving should speed up significantly, when we specify the way packages are pulled by a corresponding prefix, e.g.:
- conda-forge::jdk=1.X.Y
is much faster than - jdk=1.X.Y
Maybe we should make this something that is automatically added to the environment.yml when a new repository is created to make users more aware of this?
The text was updated successfully, but these errors were encountered:
To my knowledge, conda package resolving should speed up significantly, when we specify the way packages are pulled by a corresponding prefix, e.g.:
- conda-forge::jdk=1.X.Y
is much faster than
- jdk=1.X.Y
Maybe we should make this something that is automatically added to the
environment.yml
when a new repository is created to make users more aware of this?The text was updated successfully, but these errors were encountered: