Closed bhancock8 closed 5 years ago
Merging #1492 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #1492 +/- ##
======================================
Coverage 97.6% 97.6%
======================================
Files 55 55
Lines 2049 2049
Branches 335 335
======================================
Hits 2000 2000
Misses 22 22
Partials 27 27
Description of proposed changes
Upper bound the version of networkx at 2.4 instead of 3.0, following the discovery of backwards incompatibility described in #1491.
Fixes #1491
Test plan
Regular unit tests pass.
Checklist
Need help on these? Just ask!
tox -e complex
and/ortox -e spark
if appropriate.