diff options
author | Zach Burnett <zburnett@stsci.edu> | 2024-09-23 15:32:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 15:32:07 -0400 |
commit | e8330d8af715e38f05d45de4820cabc633f4d818 (patch) | |
tree | f97f977ec9f9500d0c918953802b7d3cefe75663 /jwstdp/1.16.0 | |
parent | 171a2f621254896bcf38839bd3594263eab718e4 (diff) | |
download | astroconda-releases-e8330d8af715e38f05d45de4820cabc633f4d818.tar.gz |
remove `#egg=jwst` and use release tag instead of commit hash (#170)
* remove `#egg=jwst` and use release tag instead of commit hash
* use PyPI release of JWST
Diffstat (limited to 'jwstdp/1.16.0')
-rw-r--r-- | jwstdp/1.16.0/reqs_macos-stable-deps.txt | 2 | ||||
-rw-r--r-- | jwstdp/1.16.0/reqs_stable-deps.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jwstdp/1.16.0/reqs_macos-stable-deps.txt b/jwstdp/1.16.0/reqs_macos-stable-deps.txt index 4a6ca3b..a903338 100644 --- a/jwstdp/1.16.0/reqs_macos-stable-deps.txt +++ b/jwstdp/1.16.0/reqs_macos-stable-deps.txt @@ -31,7 +31,7 @@ jmespath==1.0.1 jplephem==2.22 jsonschema==4.23.0 jsonschema-specifications==2023.12.1 --e git+https://github.com/spacetelescope/jwst@217d6601083cb2e9de0440cc099afec77e405b9b#egg=jwst +jwst==1.16.0 kiwisolver==1.4.7 lazy_loader==0.4 lxml==5.3.0 diff --git a/jwstdp/1.16.0/reqs_stable-deps.txt b/jwstdp/1.16.0/reqs_stable-deps.txt index 4a6ca3b..a903338 100644 --- a/jwstdp/1.16.0/reqs_stable-deps.txt +++ b/jwstdp/1.16.0/reqs_stable-deps.txt @@ -31,7 +31,7 @@ jmespath==1.0.1 jplephem==2.22 jsonschema==4.23.0 jsonschema-specifications==2023.12.1 --e git+https://github.com/spacetelescope/jwst@217d6601083cb2e9de0440cc099afec77e405b9b#egg=jwst +jwst==1.16.0 kiwisolver==1.4.7 lazy_loader==0.4 lxml==5.3.0 |