-
Notifications
You must be signed in to change notification settings - Fork 60
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
Update omegaconf version to 2.3.0 #631
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #631 +/- ##
==========================================
- Coverage 85.79% 85.78% -0.02%
==========================================
Files 97 97
Lines 6915 6920 +5
==========================================
+ Hits 5933 5936 +3
- Misses 982 984 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Strange to set the upper version
Is this change compatible with the old pip like 22.0.1? |
|
@RyoYang could please check if this need to be fixed also in release/0.10 |
Build successed after change to 2.3.0. |
Update
omegaconf
version to 2.3.0 as omegaconf 2.0.6 has a non-standard dependency specifier PyYAML>=5.1.*. pip 24.1 will enforce this behaviour change.Discussion can be found at pypa/pip#12063