From 831557f46c69d76e35de37f1f5995c3394afa763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 10:47:10 +0000 Subject: [PATCH] build(deps): update scipy requirement 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.15.1) --- updated-dependencies: - dependency-name: scipy 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 8df0a8b3..e7dfe904 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ astropy>=6.1.2,<7.1.0 matplotlib>=3.9.1,<3.11.0 numexpr>=2.9.0,<2.11.0 numpy>=2.1.0,<2.3.0 -scipy>=1.14.1,<1.15.0 +scipy>=1.14.1,<1.16.0