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
Something similar to poetry currently does, although it doesn't work as I wish it would. There you need to specify the platform inside your requirements in pyproject.toml.
Describe the solution you'd like
I prefer to have an platform agnostic requirements that can be compiled for the given platform (pip-compile --platform=darwin ...)
Alternative Solutions
There are many paths to go. For instance, one could compile things on GitHub Actions and then generate a PR from it. But doing it differently would be really good.
Additional context
The text was updated successfully, but these errors were encountered:
What's the problem this feature will solve?
Something similar to poetry currently does, although it doesn't work as I wish it would. There you need to specify the platform inside your requirements in pyproject.toml.
Describe the solution you'd like
I prefer to have an platform agnostic requirements that can be compiled for the given platform (
pip-compile --platform=darwin
...)Alternative Solutions
There are many paths to go. For instance, one could compile things on GitHub Actions and then generate a PR from it. But doing it differently would be really good.
Additional context
The text was updated successfully, but these errors were encountered: