From 37860f49bbce48b1dd3f85d64183c6a782b270fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 19:06:40 +0000 Subject: [PATCH 1/2] Bump numpy from 1.23.5 to 1.26.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.23.5 to 1.26.0. - [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.23.5...v1.26.0) --- updated-dependencies: - dependency-name: numpy 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 08e313c..75b634a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ keywords='lammps, mpi4py', packages=find_packages(exclude=["*tests*"]), install_requires=[ - "mpi4py==3.1.4", "pympipool==0.7.0", "numpy==1.23.5" + "mpi4py==3.1.4", "pympipool==0.7.0", "numpy==1.26.0" ], extras_require={ "ase": ["ase==3.22.1", "scipy==1.11.3"], From db56c6951d6cc4ce95008c529bfa4cbe4ce0d60e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 19:06:55 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 1fa60fc..fbda586 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -6,7 +6,7 @@ dependencies: - codacy-coverage - lammps =2023.03.28 - mpich - - numpy =1.23.5 + - numpy =1.26.0 - mpi4py =3.1.4 - pympipool =0.7.0 - ase =3.22.1 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index fc6fa1b..b118a2d 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -6,7 +6,7 @@ dependencies: - codacy-coverage - lammps =2023.03.28 - openmpi - - numpy =1.23.5 + - numpy =1.26.0 - mpi4py =3.1.4 - pympipool =0.7.0 - ase =3.22.1