From 045cea8d95ad5a2adc226497142c1f42f60dc5d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:24:56 +0000 Subject: [PATCH] Update scipy requirement from ==1.12.* to ==1.13.* 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.0rc1...v1.13.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 dcc946be..321ac4ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ # application as a part of a Github Action. ci = [ 'pyinstaller==6.5.*', - 'scipy==1.12.*', + 'scipy==1.13.*', 'dephell_licenses>=0.1.7', 'pywin32-ctypes>=0.2.0; platform_system == "win32"', 'pypiwin32>=223; platform_system == "win32"',