From 96ee3fac1b366ca9c13d142e8f405264a4c3a024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:59:16 +0000 Subject: [PATCH] Bump scipy from 1.4.1 to 1.10.0 in /code Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.4.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/requirements.txt b/code/requirements.txt index 23e2686..237518c 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -5,7 +5,7 @@ nltk==3.4.5 pandas==1.0.1 numba==0.48.0 numpy==1.18.1 -scipy==1.4.1 +scipy==1.10.0 networkx==2.4 beautifulsoup4==4.9.1 scikit_learn==0.23.1