diff options
author | Stan Seibert <stan@mtrr.org> | 2011-10-05 13:44:28 -0400 |
---|---|---|
committer | Stan Seibert <stan@mtrr.org> | 2011-10-05 13:44:28 -0400 |
commit | d2c2f24144b877d42be8bd5f78c898a32c1fa0c2 (patch) | |
tree | 1c36df4a7969244aa2bf80684934d21121be048b | |
parent | 7293920b234dd7c20dc698bee65d5e9e359380c9 (diff) | |
download | chroma-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |