From 514445d62661cb89a89999d23c76519e5f6a608c Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 15 Oct 2016 14:28:35 +0800 Subject: Add requirement "pandas" as "galactic/snr.py" will use it --- requirements.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) 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 diff --git a/setup.py b/setup.py index 29f6842..581f7ed 100755 --- a/setup.py +++ b/setup.py @@ -80,6 +80,7 @@ setup( install_requires=[ "numpy", "scipy", + "pandas", "astropy", "healpy", "configobj", -- cgit v1.2.2