-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
Updating requirements with extra does not update related package versions #768
Comments
Hello @Behoston, Thank you for the report! Any chance to get a report with real packages? It would help a lot. |
No, package B is our private package. But maybe I can do sth similar on test pypi. |
As the suspected related issues and PR are closed and merged, and many releases have gone by, can you still reproduce the problem? |
It's been some time so I will close this issue now, but please don't hesitate to reach out if you have any other issues. Thanks! |
Describe the issue briefly here.
Environment Versions
Steps to replicate
(tool_1 requires package A in any version)
and compiled file:
tool_3
to packageB
that require packageA>=10
:requirements.in
pip-compile
and the result was:Expected result
Package
A
in version10+
in compiled file.Actual result
I need to remove
A
from the compiled file, compile again and compiled file contains valid version .The text was updated successfully, but these errors were encountered: