From 1036d8a1201d335288dd6c426c3e146dfd2750b0 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 20 Apr 2016 00:05:28 -0400 Subject: Major dependency overhaul for jwst_* --- jwst_pipeline/meta.yaml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'jwst_pipeline') diff --git a/jwst_pipeline/meta.yaml b/jwst_pipeline/meta.yaml index dad8aac..1b27156 100644 --- a/jwst_pipeline/meta.yaml +++ b/jwst_pipeline/meta.yaml @@ -18,17 +18,29 @@ requirements: build: - d2to1 - astropy >=1.1 + - asdf + - crds + - cython + - drizzlepac + - gwcs - jwst_lib - - stsci.convolve + - matplotlib + - scipy - stsci.distutils - - numpy x.x - setuptools + - numpy x.x - python x.x run: - astropy >=1.1 + - asdf + - crds + - cython + - drizzlepac + - gwcs - jwst_lib + - matplotlib + - scipy - numpy x.x - - stsci.convolve - python x.x source: git_url: ssh://git@bitbucket.org/stsci_ssb/jwst.git -- cgit