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
I use snakedeploy to update my conda-envs. I need a specific version of pytorch so I pinned the version number in the yaml-file.
snakedeploy upgrades it to the latest version and changes the version number in the yaml-file. In my case this single upgrade is unwanted.
This is the purpose of the update command. It will update all version constraints to the latest version in the channels. It would be possible though to allow masking individual items somehow, e.g. via a special comment syntax. PRs welcome.
Description
I use snakedeploy to update my conda-envs. I need a specific version of pytorch so I pinned the version number in the yaml-file.
snakedeploy upgrades it to the latest version and changes the version number in the yaml-file. In my case this single upgrade is unwanted.
What I Did
snakedeploy update-conda-envs python.yaml
git diff python.yaml
The text was updated successfully, but these errors were encountered: