summaryrefslogtreecommitdiff
path: root/reftools
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2020-03-05 09:24:25 -0500
committerGitHub <noreply@github.com>2020-03-05 09:24:25 -0500
commit6c65baad8f3b18d19d09c04c09cec2e01cc4c05d (patch)
treeb2cfe13cd102093757d9d7a762dcd6b6de20209f /reftools
parent194df7bfa7776dfb6d986696fcdcb73b99094733 (diff)
downloadastroconda-contrib-6c65baad8f3b18d19d09c04c09cec2e01cc4c05d.tar.gz
Bump reftools to 2.0 (#619)
Diffstat (limited to 'reftools')
-rw-r--r--reftools/meta.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/reftools/meta.yaml b/reftools/meta.yaml
index e55fb6e..9474dea 100644
--- a/reftools/meta.yaml
+++ b/reftools/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'reftools' %}
-{% set version = '1.7.5' %}
+{% set version = '2.0.0' %}
{% set number = '0' %}
about:
@@ -9,6 +9,7 @@ about:
build:
number: {{ number }}
+ skip: true # [py2k]
package:
name: {{ name }}
@@ -16,12 +17,13 @@ package:
requirements:
build:
- - astropy >=1.1
+ - astropy >=3
- numpy {{ numpy }}
- python {{ python }}
+ - setuptools_scm
- setuptools
run:
- - astropy >=1.1
+ - astropy >=3
- numpy
- python