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 6473bc7

Browse files
authored
Merge pull request #127 from pyiron/dependabot/pip/pympipool-0.5.6
Bump pympipool from 0.5.5 to 0.5.6
2 parents a1c2a84 + 19c8544 commit 6473bc7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies:
88
- mpich
99
- numpy =1.23.5
1010
- mpi4py =3.1.4
11-
- pympipool =0.5.5
11+
- pympipool =0.5.6

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies:
88
- openmpi
99
- numpy =1.23.5
1010
- mpi4py =3.1.4
11-
- pympipool =0.5.5
11+
- pympipool =0.5.6

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ dependencies:
55
- numpy =1.23.5
66
- lammps >=2021.05.27
77
- mpi4py =3.1.4
8-
- pympipool =0.5.5
8+
- pympipool =0.5.6

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.5", "numpy==1.23.5"
29+
"mpi4py==3.1.4", "pympipool==0.5.6", "numpy==1.23.5"
3030
],
3131
cmdclass=versioneer.get_cmdclass(),
3232
)

0 commit comments

Comments
 (0)