From d7f882eadf14133ec040e12003a0c2b7b612ddc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:12:18 +0000 Subject: [PATCH] Bump scipy from 1.5.2 to 1.11.1 in /backend Bumps [scipy](https://github.com/scipy/scipy) from 1.5.2 to 1.11.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.5.2...v1.11.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 4987346c..1ff1841d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ waitress==1.4.4 mne==0.21.0 onnxruntime==1.5.2 numpy==1.19.2 -scipy==1.5.2 +scipy==1.11.1 scikit-learn==0.23.2 pandas==1.1.4 requests==2.24.0