aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 1 insertions, 3 deletions
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",
- ],
)