diff options
-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", - ], ) |