From ba61a2e858f6bc933e0e6a138d0903877a21f444 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 02:08:49 +0000 Subject: [PATCH] chore(deps): update dependency scipy to >=1.14.1, <1.15 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a98d0f03e..3d3fc8403 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -scipy>=1.4.1, <1.14 +scipy>=1.14.1, <1.15 pandas>1.1, <3, !=1.4.0 matplotlib>=3.5, <3.10 pydantic>=2