From 908ffd1e1b447962a71cdf66ca6cd34c1cf4507b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:53:02 +0000 Subject: [PATCH] Bump scipy from 1.14.1 to 1.15.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.14.1 to 1.15.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b871068e..739b76db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "h5py==3.12.1", - "scipy==1.14.1", + "scipy==1.15.0", "opencv-python==4.10.0.84", "deepdiff==8.1.1", "numpy>=1.22.2,<2.3.0",