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
[deps.somepackage]
version = ">=1.2, <2"override = true
in CondaPkg.toml. The flag override=true has no effect unless it's in the top-level environment, in which case this dependency overrides any other dependencies for the same package name. And similar for pip deps.
Also some mechanism to avoid installing a package? Maybe a special version = "skip"?
The text was updated successfully, but these errors were encountered:
Allow something like
in CondaPkg.toml. The flag
override=true
has no effect unless it's in the top-level environment, in which case this dependency overrides any other dependencies for the same package name. And similar for pip deps.Also some mechanism to avoid installing a package? Maybe a special
version = "skip"
?The text was updated successfully, but these errors were encountered: