diff options
author | Aaron LI <aly@aaronly.me> | 2018-12-21 00:15:29 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-12-21 00:16:05 +0800 |
commit | b99282c694026db027b8c7b8e889f9e279ffbc90 (patch) | |
tree | 6c517e4b0398a4768fc8bc265d8999663d44bd1c /setup.py | |
parent | 97b8badebfe5067fad1c012d4955b20dcc1ed24b (diff) | |
download | fg21sim-b99282c694026db027b8c7b8e889f9e279ffbc90.tar.bz2 |
Update dependencies
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -69,12 +69,10 @@ setup( "numba", "numpy", "pandas", + "regions", "reproject", "requests", "scipy", "tornado", ], - dependency_links=[ - "git+https://github.com/astropy/regions.git", - ], ) |