summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2016-02-11 15:20:49 -0800
committerDylan Baker <baker.dylan.c@gmail.com>2016-02-18 13:49:55 -0800
commit29cf1d7310a209e73b7f0b929fd3d85946ad0093 (patch)
tree938de4b8334ffb2f833ba79f8d83ef5f9de4e7d3 /tox.ini
parent7c0960dfdb51643c4e8bea7ca68ea49e57d2c404 (diff)
dependencies: Bump numpy version to 1.7.0 in cmake and tox
The previous version (1.6.2) fails to compile against python 3, and is from 2012. Version 1.7.0 does compile against python 3, and is still from February 2013, old enough that even stable Linux distributions should have picked it up by now. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f609deb18..a1556fa73 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ deps =
py27-accel: subprocess32
py{27,33,34}: mako==0.8.0
py35: mako==1.0.2
- generator: numpy
+ generator: numpy==1.7.0
commands =
{accel,noaccel}: nosetests unittests []
generator: nosetests generated_tests/test_generators.py []