From a61da7b5f4078549129c283928a72278e03466b0 Mon Sep 17 00:00:00 2001 From: Ankana Pari <143877643+ankana2113@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:22:19 +0530 Subject: [PATCH] fix: updated scipy version to allow 1.14.x (#1666) --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 621636f20..c3e6d021f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -scipy>=1.4.1, <1.14 +scipy>=1.4.1, <1.15 pandas>1.1, <3, !=1.4.0 matplotlib>=3.5, <3.10 pydantic>=2 @@ -24,4 +24,4 @@ typeguard>=3, <5 imagehash==4.3.1 wordcloud>=1.9.3 dacite>=1.8 -numba>=0.56.0, <1 \ No newline at end of file +numba>=0.56.0, <1