From 75d1cde1b0b9e1d29c0b6843f3412ab15503f7c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 14:24:33 +0000 Subject: [PATCH] Bump scipy from 1.4.1 to 1.10.0 in /requirements 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] --- requirements/core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/core.txt b/requirements/core.txt index b61fd9b..68bc7da 100644 --- a/requirements/core.txt +++ b/requirements/core.txt @@ -4,5 +4,5 @@ lxml==4.4.2 # script. # pysam==0.15.3 matplotlib==3.1.2 -scipy==1.4.1 +scipy==1.10.0 pandas==0.25.3