aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-12-21 00:15:29 +0800
committerAaron LI <aly@aaronly.me>2018-12-21 00:16:05 +0800
commitb99282c694026db027b8c7b8e889f9e279ffbc90 (patch)
tree6c517e4b0398a4768fc8bc265d8999663d44bd1c /setup.py
parent97b8badebfe5067fad1c012d4955b20dcc1ed24b (diff)
downloadfg21sim-b99282c694026db027b8c7b8e889f9e279ffbc90.tar.bz2
Update dependencies
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",
- ],
)