diff options
-rw-r--r-- | setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -40,9 +40,10 @@ setup( extra_link_args=geant4_libs, libraries=['boost_python']), ], - + + setup_requires = ['pyublas'], install_requires = ['uncertainties','pyzmq-static','spnav', 'pycuda', - 'numpy>1.6', 'pygame'], + 'numpy>=1.6','pygame'], test_suite = 'nose.collector', ) |