From 75eb27348ae75e5523857feca2597829e5c125c1 Mon Sep 17 00:00:00 2001 From: Matthew Bourque Date: Tue, 20 Oct 2020 12:32:00 -0400 Subject: [PATCH] Switching to pypi version of jwst package for installation --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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',