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 76f7289

Browse files
authored
Merge pull request #164 from pyiron/pympipool
Update pympipool to 0.7.9
2 parents 9ba4f9c + dd0dd3e commit 76f7289

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
@@ -6,6 +6,6 @@ dependencies:
66
- mpich
77
- numpy =1.26.2
88
- mpi4py =3.1.5
9-
- pympipool =0.7.5
9+
- pympipool =0.7.9
1010
- ase =3.22.1
1111
- scipy =1.11.4

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ dependencies:
66
- openmpi
77
- numpy =1.26.2
88
- mpi4py =3.1.5
9-
- pympipool =0.7.5
9+
- pympipool =0.7.9
1010
- ase =3.22.1
1111
- scipy =1.11.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"mpi4py==3.1.5",
28-
"pympipool==0.7.5",
28+
"pympipool==0.7.9",
2929
"numpy==1.26.2",
3030
]
3131
dynamic = ["version"]

0 commit comments

Comments
 (0)