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 | |
| parent | b73527b90b51c659cfa665b268b67d4eb6a776d4 (diff) | |
| download | fg21sim-514445d62661cb89a89999d23c76519e5f6a608c.tar.bz2 | |
Add requirement "pandas" as "galactic/snr.py" will use it
| -rw-r--r-- | requirements.txt | 1 | ||||
| -rwxr-xr-x | setup.py | 1 |
2 files changed, 2 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 @@ -80,6 +80,7 @@ setup( install_requires=[ "numpy", "scipy", + "pandas", "astropy", "healpy", "configobj", |
