Skip to content

Commit

Permalink
bump scipy lower pin to fix oldest deps (#8441)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Apr 26, 2024
2 parents 13e0927 + 70d4eee commit f22f72d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ general
- Removed deprecated stdatamodels model types ``DrizProductModel``,
``MIRIRampModel``, and ``MultiProductModel``. [#8388]

- Increase minimum required scipy. [#8441]

outlier_detection
-----------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"pyparsing>=2.2.1",
"requests>=2.22",
"scikit-image>=0.19",
"scipy>=1.7.2",
"scipy>=1.9.3",
"spherical-geometry>=1.2.22",
"stcal>=1.7.0,<1.8.0",
"stdatamodels>=1.10.1,<1.11.0",
Expand Down

0 comments on commit f22f72d

Please sign in to comment.