From f12323f6e23344540566c56acf9a1b0661d9ae5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 03:43:09 +0000 Subject: [PATCH 1/2] Bump pympipool from 0.6.1 to 0.6.2 Bumps [pympipool](https://github.com/jan-janssen/pympipool) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/jan-janssen/pympipool/releases) - [Commits](https://github.com/jan-janssen/pympipool/compare/pympipool-0.6.1...pympipool-0.6.2) --- 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 37ed42f..4cbd091 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.6.1", "numpy==1.23.5" + "mpi4py==3.1.4", "pympipool==0.6.2", "numpy==1.23.5" ], extras_require={ "ase": ["ase==3.22.1", "scipy==1.11.1"], From 7203bc0eca1e3c614bacc37bc9a8551f8876ba92 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 03:43:25 +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 c966e0f..4ebdc4e 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -8,6 +8,6 @@ dependencies: - mpich - numpy =1.23.5 - mpi4py =3.1.4 - - pympipool =0.6.1 + - pympipool =0.6.2 - ase =3.22.1 - scipy =1.11.1 \ No newline at end of file diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 8b7c7d0..b4afdc6 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -8,6 +8,6 @@ dependencies: - openmpi - numpy =1.23.5 - mpi4py =3.1.4 - - pympipool =0.6.1 + - pympipool =0.6.2 - ase =3.22.1 - scipy =1.11.1 \ No newline at end of file