diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-08-09 12:43:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-09 12:43:53 -0400 |
commit | 3d3ddb3bc3b5c941c9872d9d7c71e3247323ce2f (patch) | |
tree | d00908652d993ade1b1d2c06eebcbdbb1024114b | |
parent | 66c548c666d7e60a298209d1152b5329456ae8a4 (diff) | |
download | astroconda-contrib-3d3ddb3bc3b5c941c9872d9d7c71e3247323ce2f.tar.gz |
astroscrappy: remove setuptools constraint (#394)
-rw-r--r-- | astroscrappy/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} |