snorkel-team / snorkel

A system for quickly generating training data with weak supervision
https://snorkel.org
Apache License 2.0
5.81k stars 857 forks source link

Upper bound networkx version at 2.4 #1492

Closed bhancock8 closed 5 years ago

bhancock8 commented 5 years ago

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!

codecov[bot] commented 5 years ago

Codecov Report

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