summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2011-10-05 13:44:28 -0400
committerStan Seibert <stan@mtrr.org>2011-10-05 13:44:28 -0400
commitd2c2f24144b877d42be8bd5f78c898a32c1fa0c2 (patch)
tree1c36df4a7969244aa2bf80684934d21121be048b
parent7293920b234dd7c20dc698bee65d5e9e359380c9 (diff)
downloadchroma-d2c2f24144b877d42be8bd5f78c898a32c1fa0c2.tar.gz
chroma-d2c2f24144b877d42be8bd5f78c898a32c1fa0c2.tar.bz2
chroma-d2c2f24144b877d42be8bd5f78c898a32c1fa0c2.zip
Chroma no longer requires h5py now that SNO has been factored out into a separate repository.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',