From 11135ce81ce8a1e13b2f870ff0d671f8a050098f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 17:52:46 +0000 Subject: [PATCH 1/4] Bump numpy from 1.26.0 to 1.26.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.0 to 1.26.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.0...v1.26.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f5d3e256c..6e8a25f83 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ install_requires=[ 'ase==3.22.1', 'matplotlib==3.8.0', # ase already requires matplotlib - 'numpy==1.26.0', # ase already requires numpy + 'numpy==1.26.1', # ase already requires numpy 'scipy==1.11.3', # ase already requires scipy ], extras_require={ From 42486933a2a4ab04e9ff3370a6d8a74426a9c434 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 16 Oct 2023 19:59:19 +0200 Subject: [PATCH 2/4] Update environment.yml --- .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 e33d1b073..6ea5bdc9f 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -6,7 +6,7 @@ dependencies: - coverage - matplotlib-base =3.8.0 - nglview =3.0.8 -- numpy =1.26.0 +- numpy =1.26.1 - phonopy =2.20.0 - plotly =5.17.0 - pymatgen =2023.10.11 From 912d43ca0e70038da4c661c29925b92fffe0bf33 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 16 Oct 2023 19:59:45 +0200 Subject: [PATCH 3/4] Update environment_mini.yml --- .ci_support/environment_mini.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment_mini.yml b/.ci_support/environment_mini.yml index 7fe5a0fba..e0b935678 100644 --- a/.ci_support/environment_mini.yml +++ b/.ci_support/environment_mini.yml @@ -4,5 +4,5 @@ dependencies: - ase =3.22.1 - coverage - matplotlib-base =3.7.2 -- numpy =1.26.0 +- numpy =1.26.1 - scipy =1.11.3 From d007f1a3828baf8a8ff985194e12f707dc51cac7 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sun, 26 Nov 2023 19:58:18 +0100 Subject: [PATCH 4/4] Update environment.yml --- .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 261f9138d..9b8910d8a 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -6,7 +6,7 @@ dependencies: - coverage - matplotlib-base =3.8.2 - nglview =3.0.8 -- numpy =1.26.1 +- numpy =1.26.2 - phonopy =2.20.0 - plotly =5.18.0 - pymatgen =2023.11.12