From 455e0ef9c8a305ceac875f769e13525edb5da0c1 Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Thu, 10 Oct 2024 16:31:17 +0800 Subject: [PATCH] bump scipy to support python 3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 628e00e3592..6f6edb918eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ "pybtex>=0.24.0", "requests>=2.32", "ruamel.yaml>=0.17.0", - "scipy>=1.13.0", + "scipy>=1.14.1", # scipy<1.14.1 is incompatible with NumPy 2.0 on Windows # https://github.com/scipy/scipy/issues/21052 "scipy>=1.14.1; platform_system == 'Windows'",