Skip to content

Commit

Permalink
Merge pull request #204 from pyiron/main
Browse files Browse the repository at this point in the history
merge main
  • Loading branch information
jan-janssen committed May 12, 2024
2 parents efa6c4e + 1c0235a commit 1cd7e06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Expand Up @@ -6,6 +6,6 @@ dependencies:
- mpich
- numpy =1.26.4
- mpi4py =3.1.6
- pympipool =0.8.1
- pympipool =0.8.2
- ase =3.22.1
- scipy =1.13.0
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Expand Up @@ -6,6 +6,6 @@ dependencies:
- openmpi
- numpy =1.26.4
- mpi4py =3.1.6
- pympipool =0.8.1
- pympipool =0.8.2
- ase =3.22.1
- scipy =1.13.0
2 changes: 1 addition & 1 deletion binder/environment.yml
Expand Up @@ -5,6 +5,6 @@ dependencies:
- numpy =1.26.4
- lammps =2024.02.07
- mpi4py =3.1.6
- pympipool =0.8.1
- pympipool =0.8.2
- ase =3.22.1
- scipy =1.13.0
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"mpi4py==3.1.6",
"pympipool==0.8.1",
"pympipool==0.8.2",
"numpy==1.26.4",
]
dynamic = ["version"]
Expand Down

0 comments on commit 1cd7e06

Please sign in to comment.