From d65030212ff676f84162846ef97cfd74084c2142 Mon Sep 17 00:00:00 2001 From: Brendan Gannon Date: Fri, 18 Feb 2022 10:56:58 -0500 Subject: fixing jwst-visit-parser recipe (#757) * fixing jwst-visit-parser recipe * another one Co-authored-by: Brendan Gannon --- jwst-visit-parser/meta.yaml | 4 ++-- 1 file 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 -- cgit