Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a feature to compile platform-agnostic requirements.in (or pyproject.toml) for a specific platform (darwin, windows, linux) #2032

Closed
barseghyanartur opened this issue Dec 12, 2023 · 2 comments

Comments

@barseghyanartur
Copy link

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

@webknjaz
Copy link
Member

Duplicate of #826

@webknjaz webknjaz marked this as a duplicate of #826 Dec 19, 2023
@webknjaz webknjaz closed this as not planned Won't fix, can't repro, duplicate, stale Dec 19, 2023
@webknjaz
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants