diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-08-09 12:42:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-09 12:42:21 -0400 |
commit | 66c548c666d7e60a298209d1152b5329456ae8a4 (patch) | |
tree | 623d7223d21ed2b5a4fbeece079bd560467722d4 /astropy-healpix | |
parent | 19d49d137fa8ad6dac79488dcfcd976e4d17aada (diff) | |
download | astroconda-contrib-66c548c666d7e60a298209d1152b5329456ae8a4.tar.gz |
astropy-healpix: drop setuptools constraint (#393)
Diffstat (limited to 'astropy-healpix')
-rw-r--r-- | astropy-healpix/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astropy-healpix/meta.yaml b/astropy-healpix/meta.yaml index 52a3607..176688a 100644 --- a/astropy-healpix/meta.yaml +++ b/astropy-healpix/meta.yaml @@ -19,7 +19,7 @@ requirements: build: - astropy - cython - - setuptools <38.5.1 + - setuptools - numpy {{ numpy }} - python {{ python }} |