From 263f7246307ed40aa9a59ce40badfa5911905258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 05:08:17 +0000 Subject: [PATCH] Update scipy requirement from <1.12.0 to <1.13.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.12.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 10d6a6234..22947a1ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -313,7 +313,7 @@ dependencies = [ "pydantic-settings", "requests", "requests-mock", - "scipy<1.12.0", # We pin to an old version of scipy as brisque does not support newer versions. `brisque` appears to be unmaintained, so we may need to switch to an alternative, such as `piq`, which currently does not support Python 3.12. + "scipy<1.13.0", # We pin to an old version of scipy as brisque does not support newer versions. `brisque` appears to be unmaintained, so we may need to switch to an alternative, such as `piq`, which currently does not support Python 3.12. 'tzdata; sys_platform == "win32"', "vws-auth-tools", ]