graphkit
graphkit copied to clipboard
FIX(build): py2 needs pinning networkx-2.2
networkx
dependency was pinned on Python-2.x because travis builds on PY2 were failing because of this err:
312NetworkX 2.3+ requires Python 3.5 or later (2.7 detected).
313
314For Python 2.7, please install version 2.2 using:
315
316$ pip install 'networkx==2.2'
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.
Codecov Report
Merging #16 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #16 +/- ##
=======================================
Coverage 77.87% 77.87%
=======================================
Files 5 5
Lines 348 348
=======================================
Hits 271 271
Misses 77 77
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e70718b...617e577. Read the comment docs.