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

instead of passing constraint file when installing dependencies we should pass the exact version #391

Open
shubhbapna opened this issue Sep 5, 2024 · 1 comment

Comments

@shubhbapna
Copy link
Collaborator

We pass the constraint file here: https://github.com/python-wheel-build/fromager/blob/main/src/fromager/build_environment.py#L272 which causes pip also to do some dependency resolution. Instead we already have the exact version we want to install, lets just pass that

@dhellmann
Copy link
Member

We may need both, so that dependencies are constrained, right?

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