From b2f79e66f49d6f76e89bcf0a1ff631e39b00fe5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:16:22 +0000 Subject: [PATCH] Update scipy requirement from ~=1.14.1 to ~=1.17.1 Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.14.1...v1.17.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6b8f125f..5949f23f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ python_version pyvo~=1.5.3 rebound~=4.4.3 requests~=2.32.3 -scipy~=1.14.1 +scipy~=1.17.1 scikit-image~=0.24.0 statsmodels~=0.14.4 tenacity~=9.0