Skip to content

Commit

Permalink
Merge branch 'master' of github.com:drvinceknight/Nashpy
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Feb 9, 2017
2 parents c27bb25 + d5dd949 commit 61b8f1a
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 +1 @@
numpy==1.11.2
numpy
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Read in the version number
exec(open('src/nash/version.py', 'r').read())

requirements = ["numpy==1.11.2"]
requirements = ["numpy"]

def test_suite():
"""Discover all tests in the tests dir"""
Expand Down

0 comments on commit 61b8f1a

Please sign in to comment.