diff options
-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 |