From a8644b7b86cc54055cc6138ce3de6229552d32b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 14:38:07 +0000 Subject: [PATCH] Bump scipy from 1.13.0 to 1.13.1 in the minor-patch group Bumps the minor-patch group with 1 update: [scipy](https://github.com/scipy/scipy). Updates `scipy` from 1.13.0 to 1.13.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index c3faf7522..0e9dd2407 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -3,4 +3,4 @@ pytest==8.2.1 einops==0.8.0 lion-pytorch==0.1.4 scipy==1.10.1; python_version < "3.9" -scipy==1.13.0; python_version >= "3.9" +scipy==1.13.1; python_version >= "3.9" diff --git a/requirements-dev.txt b/requirements-dev.txt index 75badf031..de7adce94 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,6 @@ pytest~=8.2.1 einops~=0.8.0 wheel~=0.43.0 lion-pytorch~=0.1.4 -scipy~=1.13.0 +scipy~=1.13.1 pandas~=2.2.2 matplotlib~=3.9.0