diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-15 14:28:35 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-15 14:28:35 +0800 |
commit | 514445d62661cb89a89999d23c76519e5f6a608c (patch) | |
tree | deaaa6a8ee73258790787259fc4daf286673fa0a /requirements.txt | |
parent | b73527b90b51c659cfa665b268b67d4eb6a776d4 (diff) | |
download | fg21sim-514445d62661cb89a89999d23c76519e5f6a608c.tar.bz2 |
Add requirement "pandas" as "galactic/snr.py" will use it
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 0a6c52c..5e9a12c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ numpy scipy +pandas astropy healpy configobj |