From 3129f39a9209a0aaabdf263148c860169f035cde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:02:42 +0000 Subject: [PATCH] Bump scipy from 0.14.1 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 0.14.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v0.14.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8aba107..445d611 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy -scipy<1.0.0 +scipy<2.0.0 pandas>=0.17.0 pysam diff --git a/requirements_dev.txt b/requirements_dev.txt index 3a575c3..2992b8b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ numpy==1.10.4 -scipy==0.14.1 +scipy==1.10.0 pandas==0.17.0 pysam==0.8.4