From 583c6567576f402e0d0635741a93c1a6ae553343 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 01:43:20 +0000 Subject: [PATCH] Update dependency scipy to v1.14.1 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 49a03cb6..ceb245d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ pandas==2.2.2 langdetect==1.0.9 networkx==3.2.1 gensim==4.3.3 -scipy==1.12.0 +scipy==1.14.1 spacy==3.7.5 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 07fc327c..4c1e9152 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ install_requires = langdetect==1.0.9 networkx==3.2.1 gensim==4.3.3 - scipy==1.12.0 + scipy==1.14.1 spacy==3.7.5 packages = find: