-
Notifications
You must be signed in to change notification settings - Fork 116
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
PackageInfo: Invalid constraint (PyYAML (>=5.1.*)) found in omegaconf-2.1.0 dependencies, skipping #758
Comments
Why is this an invalid constraint? pip likes it just fine. |
I'm not sure it is invalid, if with pip is ok I'll open an issue in poetry repo about it and let you know. |
I didn't hear or see any reports about it causing issues for anyone else. e.g: https://www.python.org/dev/peps/pep-0440/#version-matching |
They say In fact reading PEP440 I see that the What do you think? |
Thanks. Sounds fine. |
Opened PR #761 |
@Jasha10, do you want to try to release 2.1.1 with this fix? |
Sure, I'll give it a try! |
Describe the bug
When installing omegaconf with poetry command
poetry add omegaconf
, the follogin warning is issued:To Reproduce
Just install the package in an empty environment.
Expected behavior
To correctly get and install the pyyaml dependency.
Additional context
The text was updated successfully, but these errors were encountered: