Skip to content

Commit

Permalink
Update "Numpy" version in "setup.py" file.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Sep 4, 2014
1 parent 74a5c4c commit eda7fe9
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 @@ -32,7 +32,7 @@
LONG_DESCRIPTION = open('README.rst').read()

INSTALLATION_REQUIREMENTS = [
'numpy>=1.8.2',
'numpy>=1.8.1',
'matplotlib>=1.3.1']

if sys.version_info[:2] <= (2, 7):
Expand Down

0 comments on commit eda7fe9

Please sign in to comment.