networkx / networkx-metis

NetworkX Addon to allow graph partitioning with METIS
Other
79 stars 21 forks source link

Add networkx and nose as setup dependencies #20

Closed ysitu closed 9 years ago

ysitu commented 9 years ago

In setup.py, install_requires should include networkx>=2.0, and tests_requires should include nose (I am not sure what minimum version of nose is needed, but NetworkX uses nose>=0.10.1).