From c54053d303a8dffddb5c6530a6523645529f8883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:26:32 +0200 Subject: [PATCH] Bump scipy from 1.12.0 to 1.13.0 in the minor-patch group (#1170) Bumps the minor-patch group with 1 update: [scipy](https://github.com/scipy/scipy). Updates `scipy` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.12.0...v1.13.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 4df975993..906c6643e 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -3,4 +3,4 @@ pytest==8.1.1 einops==0.7.0 lion-pytorch==0.1.4 scipy==1.10.1; python_version < "3.9" -scipy==1.12.0; python_version >= "3.9" +scipy==1.13.0; python_version >= "3.9" diff --git a/requirements-dev.txt b/requirements-dev.txt index 2c4f3e35a..4ee8bf543 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,6 @@ pytest~=8.1.1 einops~=0.7.0 wheel~=0.43.0 lion-pytorch~=0.1.4 -scipy~=1.12.0 +scipy~=1.13.0 pandas~=2.2.1 matplotlib~=3.8.4