diff options
author | Stan Seibert <stan@mtrr.org> | 2011-11-17 14:30:17 -0500 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:38 -0700 |
commit | 92051e2b537a68f193f1fe19612c98ab8aa7df71 (patch) | |
tree | 4996db2f8838d525f334c50e2b3a706e42869484 | |
parent | 7f2c55fcec9029fd79846f50e778876c6fd77f50 (diff) | |
download | chroma-92051e2b537a68f193f1fe19612c98ab8aa7df71.tar.gz chroma-92051e2b537a68f193f1fe19612c98ab8aa7df71.tar.bz2 chroma-92051e2b537a68f193f1fe19612c98ab8aa7df71.zip |
Require nose and sphinx for testing and documentation
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ setup( setup_requires = ['pyublas'], install_requires = ['uncertainties','pyzmq-static','spnav', 'pycuda', - 'numpy', 'pygame'], + 'numpy', 'pygame', 'nose', 'sphinx'], test_suite = 'nose.collector', ) |