From b99282c694026db027b8c7b8e889f9e279ffbc90 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 21 Dec 2018 00:15:29 +0800 Subject: Update dependencies --- requirements.txt | 2 +- setup.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index bbd92ae..43d472d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,8 +7,8 @@ hmf numba numpy pandas +regions reproject requests scipy tornado -git+https://github.com/astropy/regions.git diff --git a/setup.py b/setup.py index e598510..a7491a1 100755 --- a/setup.py +++ b/setup.py @@ -69,12 +69,10 @@ setup( "numba", "numpy", "pandas", + "regions", "reproject", "requests", "scipy", "tornado", ], - dependency_links=[ - "git+https://github.com/astropy/regions.git", - ], ) -- cgit v1.2.2