diff options
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ setup( libraries=['boost_python']), ], - install_requires = ['uncertainties','pyzmq-static','h5py','spnav', 'pycuda', + install_requires = ['uncertainties','pyzmq-static','spnav', 'pycuda', 'numpy>1.6', 'pygame'], test_suite = 'nose.collector', |