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
For now, we are using a global constraints.txt file for building packages, but as the number of recipes grow, sometimes applying the same constraints to all packages doesn't fit.
For now, we are using a global
constraints.txt
file for building packages, but as the number of recipes grow, sometimes applying the same constraints to all packages doesn't fit.For instance, pyodide/pyodide-recipes#64 (comment) had issue with the pined maturin version and the version that the package requires.
So, I think it would be useful to have a key in the
meta.yaml
that specifies the build constraints for the package:and apply it only for that package.
cc: @chrysn
The text was updated successfully, but these errors were encountered: