diff --git a/setup.py b/setup.py index 864327c97..cdbc5788c 100644 --- a/setup.py +++ b/setup.py @@ -9,9 +9,8 @@ DESCRIPTION = 'The James Webb Space Telescope Quicklook Project' -DEPENDENCY_LINKS = ['git+https://github.com/spacetelescope/jwst@0.16.2', - 'git+https://github.com/spacetelescope/jwst_reffiles#egg=jwst_reffiles' - ] +DEPENDENCY_LINKS = ['git+https://github.com/spacetelescope/jwst_reffiles#egg=jwst_reffiles'] + REQUIRES = [ 'asdf>=2.3.3', 'astropy>=3.2.1', @@ -28,6 +27,7 @@ 'jinja2', 'jsonschema', 'jwedb>=0.0.3', + 'jwst', 'matplotlib', 'nodejs', 'numpy',