Skip to content

Commit

Permalink
Updated networkx's version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
trungdong committed Aug 13, 2015
1 parent 8d42c74 commit d916dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lxml>=3.3.5
networkx==1.9.1
networkx>=1.10
python-dateutil>=2.2
six>=1.9.0
pydotplus>=2.0.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

requirements = [
'python-dateutil',
'networkx==1.9.1',
'networkx>=1.10',
'lxml',
'six>=1.9.0'
]
Expand Down

0 comments on commit d916dbc

Please # to comment.