From d2c2f24144b877d42be8bd5f78c898a32c1fa0c2 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Wed, 5 Oct 2011 13:44:28 -0400 Subject: Chroma no longer requires h5py now that SNO has been factored out into a separate repository. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 139ba54..405a903 100644 --- a/setup.py +++ b/setup.py @@ -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', -- cgit