Skip to content

Commit f19cc4d

Browse files
Bump mpi4py from 3.1.4 to 3.1.5
Bumps [mpi4py](https://github.com/mpi4py/mpi4py) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/mpi4py/mpi4py/releases) - [Changelog](https://github.com/mpi4py/mpi4py/blob/master/CHANGES.rst) - [Commits](mpi4py/mpi4py@3.1.4...3.1.5) --- updated-dependencies: - dependency-name: mpi4py dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62a19a2 commit f19cc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)