From 647a192abd9c8975b5c2863dbf6330bbbd62d802 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 26 Nov 2018 21:31:13 -0500 Subject: astropy-healpix: Remove setuptools pin (#169) --- astropy-healpix/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- cgit