From ddebdf57536284c5306d8ac8712ee9a380ce5733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:28:47 +0000 Subject: [PATCH] :arrow_up: Update scipy requirement from <1.13.0 to <1.15.0 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/v0.1.0...v1.14.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b299f27..dc351eba 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ "pyyaml", "requests", "scikit-learn", - "scipy<1.13.0", + "scipy<1.15.0", "temp", "tqdm", "torch",