From 73d284c0f30262a9939aa29d7c026a7430a93eee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:02:08 +0100 Subject: [PATCH] Bump scipy from 1.14.1 to 1.15.0 (#394) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 09bfa89..58a3ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "PyPortfolioOpt==1.5.6", "quantstats-lumi==0.3.3", "scikit-learn==1.6.0", - "scipy==1.14.1", + "scipy==1.15.0", "sdepy==1.2.0", "seaborn==0.13.2", "shap==0.46.0",