From 57b4143957248edd223279974c611977af1edd2f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 19 Sep 2017 13:03:28 -0400 Subject: jwst_gtvt: Drop python selector (#67) --- jwst_gtvt/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jwst_gtvt/meta.yaml b/jwst_gtvt/meta.yaml index 2005477..b3931d4 100644 --- a/jwst_gtvt/meta.yaml +++ b/jwst_gtvt/meta.yaml @@ -24,13 +24,13 @@ requirements: - matplotlib - numpy - setuptools - - python x.x + - python run: - astropy - matplotlib - numpy - - python x.x + - python source: git_url: https://github.com/spacetelescope/{{ name }}.git -- cgit