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
Currently, when adding a new provider to pyproject.toml, the user has to manually find the correct values for requires and enable-if (in variantlib, we "guess" the former but it's largely imperfect).
I'm thinking it could be helpful to add an optional API that would return the suggested values for requires and enable-if. So for example, if your plugin uses SemVer, it would return a package dependency with >={version},<{next version} restriction. And say, an x86-64 provider could suggest an enable-if restricting it to the systems using this architecture.