From ca0eab933d2f1295046798e273f23466144a110a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 05:33:00 -0800 Subject: [PATCH] Bump scipy from 1.14.1 to 1.15.0 (#537) --- 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",