Skip to content

Commit

Permalink
Merge pull request #164 from pyiron/pympipool
Browse files Browse the repository at this point in the history
Update pympipool to 0.7.9
  • Loading branch information
jan-janssen authored Nov 28, 2023
2 parents 9ba4f9c + dd0dd3e commit 76f7289
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies:
- mpich
- numpy =1.26.2
- mpi4py =3.1.5
- pympipool =0.7.5
- pympipool =0.7.9
- ase =3.22.1
- scipy =1.11.4
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies:
- openmpi
- numpy =1.26.2
- mpi4py =3.1.5
- pympipool =0.7.5
- pympipool =0.7.9
- ase =3.22.1
- scipy =1.11.4
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"mpi4py==3.1.5",
"pympipool==0.7.5",
"pympipool==0.7.9",
"numpy==1.26.2",
]
dynamic = ["version"]
Expand Down

0 comments on commit 76f7289

Please sign in to comment.