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. |
cp5555
left a comment
There was a problem hiding this comment.
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
omegaconfversion 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