aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--requirements.txt2
-rwxr-xr-xsetup.py4
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",
- ],
)