cornell-zhang / heterocl

HeteroCL: A Multi-Paradigm Programming Infrastructure for Software-Defined Heterogeneous Computing
https://cornell-zhang.github.io/heterocl/
Apache License 2.0
326 stars 92 forks source link

[CI] Fix CPPLINT tests and fix version for networkx #378

Closed seanlatias closed 3 years ago

seanlatias commented 3 years ago

In this PR, due to the update of Python cpplint package, a new rule is excluded for our repo. Also, we fixed the version of package networkx to avoid Numpy version mismatch.