Skip to content

Commit

Permalink
Merge pull request #85 from yarikoptic/upstream-master
Browse files Browse the repository at this point in the history
Remove networkx versioning also in setup.py
  • Loading branch information
trungdong authored Aug 4, 2016
2 parents b7425cc + 10b23f2 commit 5ddeade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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

0 comments on commit 5ddeade

Please sign in to comment.