From 0faff0f8799637bc50abb83e3575074281321cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:37:38 +0000 Subject: [PATCH] Bump scipy from 1.2.1 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.2.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.2.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-anaconda.txt | 2 +- requirements-clean-python.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f88b8d9..80f6379 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">=3.7" dependencies = [ "numpy>=1.17.0", - "scipy==1.2.1", + "scipy==1.10.0", "PyQt5==5.13.1", "PyQt5-sip==12.7.0", "nidaqmx==0.5.7", diff --git a/requirements-anaconda.txt b/requirements-anaconda.txt index ea9f2e1..df8e403 100644 --- a/requirements-anaconda.txt +++ b/requirements-anaconda.txt @@ -1,5 +1,5 @@ numpy==1.17.0 -scipy==1.2.1 +scipy==1.10.0 PyQt5==5.13.1 PyQt5-sip==12.7.0 nidaqmx==0.5.7 diff --git a/requirements-clean-python.txt b/requirements-clean-python.txt index 0227bf5..1638d30 100644 --- a/requirements-clean-python.txt +++ b/requirements-clean-python.txt @@ -6,7 +6,7 @@ importlib argparse glob numpy==1.17.0 -scipy==1.2.1 +scipy==1.10.0 PyQt5==5.13.1 nidaqmx==0.5.7 indexed==1.2.1