diff options
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ setup( setup_requires = ['pyublas'], install_requires = ['uncertainties','pyzmq-static','spnav', 'pycuda', - 'numpy', 'pygame'], + 'numpy', 'pygame', 'nose', 'sphinx'], test_suite = 'nose.collector', ) |