Skip to content
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

FIX(build): py2 needs pinning networkx-2.2 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ankostis
Copy link

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-io
Copy link

codecov-io commented Sep 28, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants