summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 27c0f39..aa53c2f 100644
--- a/setup.py
+++ b/setup.py
@@ -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',
)