From f0a645f7cb183888691da7fd6cb3d7993b9aba3f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 3 Aug 2018 13:16:02 -0400 Subject: Normalize build and run dependencies (#147) --- jwst/meta.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'jwst') diff --git a/jwst/meta.yaml b/jwst/meta.yaml index ad1f01d..bf6cab6 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -21,10 +21,28 @@ package: requirements: build: + - asdf - astropy + - crds + - dask + - drizzle + - gwcs + - jsonschema + - jplephem - matplotlib - namedlist + - photutils - pymssql + - pytest + - pytest-remotedata + - scipy + - six + - spherical-geometry + - stsci.image + - stsci.imagestats + - stsci.stimage + - stsci.tools + - verhawk - setuptools - numpy {{ numpy }} - python {{ python }} @@ -42,6 +60,8 @@ requirements: - namedlist - photutils - pymssql + - pytest + - pytest-remotedata - scipy - six - spherical-geometry -- cgit