diff options
author | Brendan Gannon <brendan.gannon2@gmail.com> | 2022-02-18 10:56:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 10:56:58 -0500 |
commit | d65030212ff676f84162846ef97cfd74084c2142 (patch) | |
tree | 6ce157a20500994273a29e6fd8732dc9d293e38d | |
parent | bb0a8cb0d3dc886339361d7b34c6b67491659914 (diff) | |
download | astroconda-contrib-d65030212ff676f84162846ef97cfd74084c2142.tar.gz |
fixing jwst-visit-parser recipe (#757)
* fixing jwst-visit-parser recipe
* another one
Co-authored-by: Brendan Gannon <bgannon@stsci.edu>
-rw-r--r-- | jwst-visit-parser/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jwst-visit-parser/meta.yaml b/jwst-visit-parser/meta.yaml index 4eaef8a..3d3c228 100644 --- a/jwst-visit-parser/meta.yaml +++ b/jwst-visit-parser/meta.yaml @@ -30,8 +30,8 @@ requirements: run: - setuptools - - numpy {{ numpy }} - - python {{ python }} + - numpy + - python - pytest - astropy |