From 66c548c666d7e60a298209d1152b5329456ae8a4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 9 Aug 2018 12:42:21 -0400 Subject: astropy-healpix: drop setuptools constraint (#393) --- astropy-healpix/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astropy-healpix') 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 }} -- cgit