Skip to content

Commit

Permalink
REL: pip networkx == 1.10
Browse files Browse the repository at this point in the history
for compatibility with `pydot`.
  • Loading branch information
johnyf committed Jun 26, 2016
1 parent 0797b2d commit 549c069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,9 +16,9 @@
'# This file was generated from setup.py\n'
"version = '{version}'\n").format(version=version)
install_requires = [
'networkx == 1.10',
'ply >= 3.4',
'pydot >= 1.1.0']
'networkx >= 1.9.1']


def build_parser_table():
Expand Down

0 comments on commit 549c069

Please sign in to comment.