From c0b51d36e9d60caa36a5dd04684ac0966c19a3fc Mon Sep 17 00:00:00 2001 From: "Alexander V. Hopp" Date: Mon, 13 Jan 2025 16:29:55 +0100 Subject: [PATCH] Pin version of scipy to <1.15 to see if this causes issues --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0623adc6b..f56029ba1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "pandas>=1.4.2,<3", "scikit-learn>=1.1.1,<2", "scikit-learn-extra>=0.3.0,<1", - "scipy>=1.10.1,<2", + "scipy>=1.10.1,<1.15", "setuptools-scm>=7.1.0", "torch>=1.13.1,<3", "typing_extensions>=4.7.0",