diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-02-19 18:41:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 18:41:28 -0500 |
commit | e1c44a5a7b9b327afd3849ffef5c5b05e0308264 (patch) | |
tree | c903affbc21920db98b0d298f67f36c6be0218a9 /hstaxe | |
parent | bb88ddeb567c5940a1eeaeb077c749b3e69f6e39 (diff) | |
download | astroconda-contrib-e1c44a5a7b9b327afd3849ffef5c5b05e0308264.tar.gz |
hstaxe: add python as runtime dep (#704)
Diffstat (limited to 'hstaxe')
-rw-r--r-- | hstaxe/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hstaxe/meta.yaml b/hstaxe/meta.yaml index adf42a4..e369975 100644 --- a/hstaxe/meta.yaml +++ b/hstaxe/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'hstaxe' %} {% set version = '1.0.0' %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -40,6 +40,7 @@ requirements: - drizzlepac - drizzle - wcstools + - python source: git_tag: {{ version }} |