diff options
author | Aaron LI <aaronly.me@outlook.com> | 2017-02-16 15:57:00 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2017-02-17 01:16:46 +0800 |
commit | 0ad65eddf5abda46d9a1d05ea3f3d8a5c160c4d8 (patch) | |
tree | 1a661d9aa99ad7ce01dd6dc9356d1274aec1a2b2 /README.md | |
parent | 00e26ca0a14f7918d9bbc4cb5d0d3afa2334b1fe (diff) | |
download | chandra-acis-analysis-0ad65eddf5abda46d9a1d05ea3f3d8a5c160c4d8.tar.bz2 |
Add acis.py and spectrum.py modules
Also add astropy to the runtime dependencies.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ Installation * [ruamel.yaml](https://bitbucket.org/ruamel/yaml) * [numpy](http://numpy.org/) * [scipy](https://scipy.org/) + * [astropy](http://www.astropy.org/) Settings |