From 3d3ddb3bc3b5c941c9872d9d7c71e3247323ce2f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 9 Aug 2018 12:43:53 -0400 Subject: astroscrappy: remove setuptools constraint (#394) --- astroscrappy/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroscrappy/meta.yaml b/astroscrappy/meta.yaml index afc19d0..3303c03 100644 --- a/astroscrappy/meta.yaml +++ b/astroscrappy/meta.yaml @@ -19,7 +19,7 @@ requirements: build: - astropy - cython - - setuptools <38.5.1 + - setuptools - numpy {{ numpy }} - python {{ python }} -- cgit