Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #51 from solute/correct_requires
Browse files Browse the repository at this point in the history
setup.py: Fix required dependencies
  • Loading branch information
gtaylor committed Mar 12, 2015
2 parents dcab3af + b77daf4 commit d073b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
license='BSD',
classifiers=CLASSIFIERS,
keywords=KEYWORDS,
requires=['numpy']
install_requires=['numpy', 'networkx'],
)

0 comments on commit d073b87

Please sign in to comment.