Skip to content

Commit 70283cd

Browse files
authored
Merge pull request #150 from pyiron/dependabot/pip/mpi4py-3.1.5
Bump mpi4py from 3.1.4 to 3.1.5
2 parents 62a19a2 + 54c679b commit 70283cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- lammps =2023.08.02
66
- mpich
77
- numpy =1.26.0
8-
- mpi4py =3.1.4
8+
- mpi4py =3.1.5
99
- pympipool =0.7.1
1010
- ase =3.22.1
1111
- scipy =1.11.3

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- lammps =2023.08.02
66
- openmpi
77
- numpy =1.26.0
8-
- mpi4py =3.1.4
8+
- mpi4py =3.1.5
99
- pympipool =0.7.1
1010
- ase =3.22.1
1111
- scipy =1.11.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
keywords='lammps, mpi4py',
2828
packages=find_packages(exclude=["*tests*"]),
2929
install_requires=[
30-
"mpi4py==3.1.4", "pympipool==0.7.1", "numpy==1.26.0"
30+
"mpi4py==3.1.5", "pympipool==0.7.1", "numpy==1.26.0"
3131
],
3232
extras_require={
3333
"ase": ["ase==3.22.1", "scipy==1.11.3"],

0 commit comments

Comments
 (0)