From c9d43048f81463b3cbbcc6c2af8b666dc5a312a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:59:25 +0000 Subject: [PATCH 1/3] Bump scipy from 1.11.4 to 1.12.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.11.4 to 1.12.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.11.4...v1.12.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c491353a..76123c93 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'matplotlib==3.8.2', 'numpy==1.26.2', 'pyiron_base==0.6.9', - 'scipy==1.11.4', + 'scipy==1.12.0', ], cmdclass=versioneer.get_cmdclass(), From 6532c5ee1944afc870b5b5f3184ec118e3c44915 Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 22 Jan 2024 16:59:59 +0000 Subject: [PATCH 2/3] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index cdb36a72..d7f2405e 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -11,4 +11,4 @@ dependencies: - pyiron_atomistics =0.3.7 - pyiron-data =0.0.25 - pyparsing =3.1.1 -- scipy =1.11.4 +- scipy =1.12.0 From 90222f8037ae5f18b4a67f1784b1bacea0fe4bae Mon Sep 17 00:00:00 2001 From: pyiron-runner Date: Mon, 22 Jan 2024 17:00:17 +0000 Subject: [PATCH 3/3] [dependabot skip] Update env file --- .binder/environment.yml | 2 +- docs/environment.yml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.binder/environment.yml b/.binder/environment.yml index 77d24548..3dedacee 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -11,7 +11,7 @@ dependencies: - pyiron_atomistics =0.3.7 - pyiron-data =0.0.25 - pyparsing =3.1.1 -- scipy =1.11.4 +- scipy =1.12.0 - python >= 3.10 - lammps - nglview >=3.0.8 diff --git a/docs/environment.yml b/docs/environment.yml index a4b0725e..d1830c71 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -2,7 +2,10 @@ channels: - conda-forge dependencies: - ipykernel +- myst-parser - nbsphinx +- sphinx-gallery +- sphinx-rtd-theme - ase =3.22.1 - coveralls - coverage @@ -13,4 +16,4 @@ dependencies: - pyiron_atomistics =0.3.7 - pyiron-data =0.0.25 - pyparsing =3.1.1 -- scipy =1.11.4 +- scipy =1.12.0