summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-11-26 21:31:13 -0500
committerGitHub <noreply@github.com>2018-11-26 21:31:13 -0500
commit647a192abd9c8975b5c2863dbf6330bbbd62d802 (patch)
tree574a2c7316bd1a4f0d3910292749085d4d975761
parent98956c4cecf04e8ae3695e9d03fcba3e29f5d95e (diff)
downloadastroconda-dev-647a192abd9c8975b5c2863dbf6330bbbd62d802.tar.gz
astropy-healpix: Remove setuptools pin (#169)
-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 e7137e0..51876a0 100644
--- a/astropy-healpix/meta.yaml
+++ b/astropy-healpix/meta.yaml
@@ -21,7 +21,7 @@ requirements:
build:
- astropy
- cython
- - setuptools <38.5.1
+ - setuptools
- numpy {{ numpy }}
- python {{ python }}