8000 update dep for stcal to released version by braingram · Pull Request #8706 · spacetelescope/jwst · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

update dep for stcal to released version #8706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ general

- Remove the unused ``stsci.image`` dependency. [#8663]

- Update required stcal version to 1.8.0. [#8706]

master_background
-----------------

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ dependencies = [
"scikit-image>=0.19",
"scipy>=1.9.3",
"spherical-geometry>=1.2.22",
# "stcal>=1.7.3,<1.8.0",
"stcal @ git+https://github.com/spacetelescope/stcal.git",
"stcal>=1.8.0,<1.9.0",
"stdatamodels>=2.0.0,<2.1.0",
"stpipe>=0.6.0,<0.7.0",
"stsci.imagestats>=1.6.3",
Expand Down
Loading
0