WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit fcfeaa4

Browse files
authored
Merge pull request #122 from pyiron/dependabot/pip/pympipool-0.5.4
Bump pympipool from 0.5.2 to 0.5.4
2 parents ed6a9b1 + a0c2c2e commit fcfeaa4

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
@@ -10,4 +10,4 @@ dependencies:
1010
- distributed
1111
- dask-jobqueue
1212
- mpi4py =3.1.4
13-
- pympipool =0.5.2
13+
- pympipool =0.5.4

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
- distributed
1111
- dask-jobqueue
1212
- mpi4py =3.1.4
13-
- pympipool =0.5.2
13+
- pympipool =0.5.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
keywords='lammps, mpi4py',
2727
packages=find_packages(exclude=["*tests*"]),
2828
install_requires=[
29-
"mpi4py==3.1.4", "pympipool==0.5.2",
29+
"mpi4py==3.1.4", "pympipool==0.5.4",
3030
],
3131
cmdclass=versioneer.get_cmdclass(),
3232
)

0 commit comments

Comments
 (0)