From f672612fa708735a81e86a8aa7be0fa61be98576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 07:52:44 +0000 Subject: [PATCH] Update scipy requirement from <1.15,>=1.12.0 to >=1.12.0,<1.16 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.12.0...v1.15.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5638d3..f05d29d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "matplotlib>=3.8.2,<3.10", "numpy>=1.26.3,<2.2", "requests>=2.31.0,<2.33", - "scipy>=1.12.0,<1.15", + "scipy>=1.12.0,<1.16", "tqdm>=4.66.1,<5.0", ]