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 1d630a1

Browse files
authored
Merge branch 'main' into lammps_concurrent
2 parents 33386b7 + fcfeaa4 commit 1d630a1

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
@@ -8,4 +8,4 @@ dependencies:
88
- mpich
99
- numpy =1.23.5
1010
- mpi4py =3.1.4
11-
- pympipool =0.5.3
11+
- pympipool =0.5.4

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

0 commit comments

Comments
 (0)