summaryrefslogtreecommitdiff
path: root/astropy-healpix
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-08-09 12:42:21 -0400
committerGitHub <noreply@github.com>2018-08-09 12:42:21 -0400
commit66c548c666d7e60a298209d1152b5329456ae8a4 (patch)
tree623d7223d21ed2b5a4fbeece079bd560467722d4 /astropy-healpix
parent19d49d137fa8ad6dac79488dcfcd976e4d17aada (diff)
downloadastroconda-contrib-66c548c666d7e60a298209d1152b5329456ae8a4.tar.gz
astropy-healpix: drop setuptools constraint (#393)
Diffstat (limited to 'astropy-healpix')
-rw-r--r--astropy-healpix/meta.yaml2
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 }}