diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,8 +23,8 @@ setup( ), ], - install_requires = ['uncertainties','pzymq-static','h5py','spnav', 'pycuda', - 'numpy', 'pygame'], + install_requires = ['uncertainties','pyzmq-static','h5py','spnav', 'pycuda', + 'numpy>1.6', 'pygame'], test_suite = 'nose.collector', ) |