diff options
author | Brendan Gannon <bgannon@stsci.edu> | 2022-02-18 09:44:24 -0500 |
---|---|---|
committer | Brendan Gannon <bgannon@stsci.edu> | 2022-02-18 09:44:24 -0500 |
commit | 6e96e8b1abb954cdc0887099d5da47eae3a0f96f (patch) | |
tree | e57f030f84a1a3151dd91dcc65a679961d6beeeb | |
parent | bb0a8cb0d3dc886339361d7b34c6b67491659914 (diff) | |
download | astroconda-contrib-6e96e8b1abb954cdc0887099d5da47eae3a0f96f.tar.gz |
fixing jwst-visit-parser recipe
-rw-r--r-- | jwst-visit-parser/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jwst-visit-parser/meta.yaml b/jwst-visit-parser/meta.yaml index 4eaef8a..d9394d6 100644 --- a/jwst-visit-parser/meta.yaml +++ b/jwst-visit-parser/meta.yaml @@ -30,7 +30,7 @@ requirements: run: - setuptools - - numpy {{ numpy }} + - numpy - python {{ python }} - pytest - astropy |