From bb2e00b43b5d1bf23eaa60cbce2e7857087cd37b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:42:34 +0100 Subject: [PATCH] Bump scipy from 1.14.1 to 1.15.0 (#385) * Bump scipy from 1.14.1 to 1.15.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.14.1 to 1.15.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .ci_support/environment-docs.yml | 2 +- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 259342e4..1edf435e 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -9,7 +9,7 @@ dependencies: - ase =3.24.0 - coverage - numpy =1.26.3 -- scipy =1.14.1 +- scipy =1.15.0 - spglib =2.5.0 - phonopy =2.34.0 - structuretoolkit =0.0.29 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 20998786..9f53af11 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -9,7 +9,7 @@ dependencies: - pandas =2.2.3 - phonopy =2.34.0 - requests =2.32.3 -- scipy =1.14.1 +- scipy =1.15.0 - seekpath =2.1.0 - spglib =2.5.0 - structuretoolkit =0.0.29 diff --git a/binder/environment.yml b/binder/environment.yml index fb748185..c0079a09 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - ase =3.24.0 - numpy =1.26.4 -- scipy =1.14.1 +- scipy =1.15.0 - spglib =2.5.0 - phonopy =2.34.0 - structuretoolkit =0.0.29 diff --git a/pyproject.toml b/pyproject.toml index 5d394a82..879a1cbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ dependencies = [ "ase==3.24.0", "numpy==1.26.4", - "scipy==1.14.1", + "scipy==1.15.0", "spglib==2.5.0", ] dynamic = ["version"]