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 | |
| parent | 97b8badebfe5067fad1c012d4955b20dcc1ed24b (diff) | |
| download | fg21sim-b99282c694026db027b8c7b8e889f9e279ffbc90.tar.bz2 | |
Update dependencies
| -rw-r--r-- | requirements.txt | 2 | ||||
| -rwxr-xr-x | 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 @@ -69,12 +69,10 @@ setup( "numba", "numpy", "pandas", + "regions", "reproject", "requests", "scipy", "tornado", ], - dependency_links=[ - "git+https://github.com/astropy/regions.git", - ], ) |
