From b6bb59ca52b01a9ceb2f98d82e57e202c09f8f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 03:30:37 +0000 Subject: [PATCH 1/2] Bump pympipool from 0.7.2 to 0.7.3 Bumps [pympipool](https://github.com/jan-janssen/pympipool) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/jan-janssen/pympipool/releases) - [Commits](https://github.com/jan-janssen/pympipool/compare/pympipool-0.7.2...pympipool-0.7.3) --- updated-dependencies: - dependency-name: pympipool 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 b88e84b..a5c8488 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ keywords='lammps, mpi4py', packages=find_packages(exclude=["*tests*"]), install_requires=[ - "mpi4py==3.1.5", "pympipool==0.7.2", "numpy==1.26.0" + "mpi4py==3.1.5", "pympipool==0.7.3", "numpy==1.26.0" ], extras_require={ "ase": ["ase==3.22.1", "scipy==1.11.3"], From b539dd2b657ce03c21e1ec39f13a04a0c1b6b08d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 03:30:54 +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 2165737..9aa4e1d 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -6,6 +6,6 @@ dependencies: - mpich - numpy =1.26.0 - mpi4py =3.1.5 - - pympipool =0.7.2 + - pympipool =0.7.3 - ase =3.22.1 - scipy =1.11.3 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 04f9387..a725574 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -6,6 +6,6 @@ dependencies: - openmpi - numpy =1.26.0 - mpi4py =3.1.5 - - pympipool =0.7.2 + - pympipool =0.7.3 - ase =3.22.1 - scipy =1.11.3