graphkit icon indicating copy to clipboard operation
graphkit copied to clipboard

FIX(build): py2 needs pinning networkx-2.2

Open ankostis opened this issue 5 years ago • 1 comments

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.

ankostis avatar Sep 28 '19 15:09 ankostis

Codecov Report

Merging #16 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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.

codecov-io avatar Sep 28 '19 15:09 codecov-io