Skip to content

Commit a0c1fe7

Browse files
dependabot[bot]github-actions[bot]jan-janssen
authored
Bump mpi4py from 4.1.0 to 4.1.1 (#387)
* Bump mpi4py from 4.1.0 to 4.1.1 Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/mpi4py/mpi4py/releases) - [Changelog](https://github.com/mpi4py/mpi4py/blob/master/CHANGES.rst) - [Commits](mpi4py/mpi4py@4.1.0...4.1.1) --- updated-dependencies: - dependency-name: mpi4py dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] Update environment * Update environment-mpich.yml * Update environment-openmpi.yml * Update environment.yml * Update pyproject.toml * Update environment-mpich.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jan Janssen <jan-janssen@users.noreply.github.com>
1 parent 9ec6334 commit a0c1fe7

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.ci_support/environment-mpich.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ channels:
33
dependencies:
44
- coverage
55
- lammps =2024.08.29=*_mpi_mpich_*
6-
- mpich =4.3.1
6+
- mpich =4.3.2
77
- numpy =2.3.3
8-
- mpi4py =4.1.0
9-
- executorlib =1.7.1
8+
- mpi4py =4.1.1
9+
- executorlib =1.7.2
1010
- ase =3.26.0
1111
- scipy =1.16.2
1212
- hatchling

.ci_support/environment-openmpi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ dependencies:
55
- lammps =2024.08.29=*_mpi_openmpi_*
66
- openmpi =5.0.8
77
- numpy =2.3.3
8-
- mpi4py =4.1.0
9-
- executorlib =1.7.1
8+
- mpi4py =4.1.1
9+
- executorlib =1.7.2
1010
- ase =3.26.0
1111
- scipy =1.16.2
1212
- hatchling

binder/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- hatch-vcs
77
- numpy =2.3.3
88
- lammps =2024.08.29=*_mpi_openmpi_*
9-
- mpi4py =4.1.0
10-
- executorlib =1.7.1
9+
- mpi4py =4.1.1
10+
- executorlib =1.7.2
1111
- ase =3.26.0
1212
- scipy =1.16.2

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ classifiers = [
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2526
]
2627
dependencies = [
27-
"mpi4py==4.1.0",
28-
"executorlib==1.7.1",
28+
"mpi4py==4.1.1",
29+
"executorlib==1.7.2",
2930
"numpy==2.3.3",
3031
]
3132
dynamic = ["version"]

0 commit comments

Comments
 (0)