From e8330d8af715e38f05d45de4820cabc633f4d818 Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Mon, 23 Sep 2024 15:32:07 -0400 Subject: 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 --- jwstdp/1.16.0/reqs_macos-stable-deps.txt | 2 +- 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 -- cgit