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
description: 'Julia version to use with resolver. Numeric like "1.10", or a channel alias: "1"/"nightly" (current runtime Julia), "lts"/"release" (juliaup version database), "pre" (latest version incl. prereleases), "min" (the project''s julia compat lower bound).'
default: '1'
no_promote:
description: 'Comma-separated weakdep extensions to keep as weakdeps in the merged resolution instead of promoting them into the joint floor-resolve. Every other weakdep extension is still promoted and floor-tested together; use this only to exclude a backend that is currently unresolvable on its own (e.g. "Mooncake", whose graph Resolver.jl cannot --min-resolve).'