From 0aeb0e059c327d9bbb989fbd301faac2d7e7a405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:09:36 +0000 Subject: [PATCH] Bump scipy from 0.18.1 to 1.10.0 in /random-forest Bumps [scipy](https://github.com/scipy/scipy) from 0.18.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.18.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- random-forest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/random-forest/requirements.txt b/random-forest/requirements.txt index 55cf36d..feec718 100644 --- a/random-forest/requirements.txt +++ b/random-forest/requirements.txt @@ -2,5 +2,5 @@ scikit_learn==0.18.1 numpy==1.11.3 pandas==0.19.2 pytest==3.0.5 -scipy==0.18.1 +scipy==1.10.0 line_profiler==2.0 \ No newline at end of file