Skip to content

Commit

Permalink
Switching to pypi version of jwst package for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bourque committed Oct 20, 2020
1 parent d29011c commit 75eb273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@

DESCRIPTION = 'The James Webb Space Telescope Quicklook Project'

DEPENDENCY_LINKS = ['git+https://github.com/spacetelescope/[email protected]',
'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',
Expand All @@ -28,6 +27,7 @@
'jinja2',
'jsonschema',
'jwedb>=0.0.3',
'jwst',
'matplotlib',
'nodejs',
'numpy',
Expand Down

0 comments on commit 75eb273

Please sign in to comment.