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 23441a0

Browse files
authored
Merge pull request #191 from pyiron/Pympipool
Update pympipool to 0.8.0
2 parents 94d2a12 + 0fa2cbd commit 23441a0

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
@@ -6,6 +6,6 @@ dependencies:
66
- mpich
77
- numpy =1.26.4
88
- mpi4py =3.1.6
9-
- pympipool =0.7.18
9+
- pympipool =0.8.0
1010
- ase =3.22.1
1111
- scipy =1.13.0

.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.4
88
- mpi4py =3.1.6
9-
- pympipool =0.7.18
9+
- pympipool =0.8.0
1010
- ase =3.22.1
1111
- scipy =1.13.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ dependencies:
55
- numpy =1.26.4
66
- lammps =2024.02.07
77
- mpi4py =3.1.6
8-
- pympipool =0.7.18
8+
- pympipool =0.8.0
99
- ase =3.22.1
1010
- scipy =1.13.0

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.6",
28-
"pympipool==0.7.18",
28+
"pympipool==0.8.0",
2929
"numpy==1.26.4",
3030
]
3131
dynamic = ["version"]

0 commit comments

Comments
 (0)