From 7c5dfc5fa3aa6e90983a830316c21b0dee5822aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 02:32:05 +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 621636f20..beaae73a3 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