-
Notifications
You must be signed in to change notification settings - Fork 240
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 networkx and remove pyparsing limitation #2241
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2241 +/- ##
===========================================
+ Coverage 90.49% 90.71% +0.22%
===========================================
Files 485 485
Lines 43659 43685 +26
===========================================
+ Hits 39511 39631 +120
+ Misses 4148 4054 -94
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This reverts commit 78df48a.
nncf/common/utils/dot_file_rw.py
Outdated
|
||
class _Direction(IntEnum): | ||
TO_DOT = 0 | ||
FROM_DOT = 0 |
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.
Is that ok?
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.
Unused, removed, thanks!
### Changes As stated in the title ### Reason for changes These are the leftovers from #2241. ### Related tickets 69520 ### Tests torch/TF precommit --------- Co-authored-by: Vasily Shamporov <[email protected]>
### Changes As stated in the title ### Reason for changes These are the leftovers from openvinotoolkit#2241. ### Related tickets 69520 ### Tests torch/TF precommit --------- Co-authored-by: Vasily Shamporov <[email protected]>
Changes
Networkx was updated to allow 3.1, pyparsing limitation was removed. Will now replace the disallowed colon symbols
:
during reads and writes of .dot graphs.Reason for changes
OV is now at the networkx 3.1, and we should be aligned at least on the major version for better DX.
Related tickets
69520
Tests
Existing graph-checking tests