Skip to content

Commit

Permalink
Merge pull request #246 from pyiron/dependabot/pip/executorlib-0.0.2
Browse files Browse the repository at this point in the history
Bump executorlib from 0.0.1 to 0.0.2
  • Loading branch information
jan-janssen committed Aug 26, 2024
2 parents f817a52 + d77e349 commit 666150d
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies:
- mpich =4.2.2
- numpy =1.26.4
- mpi4py =4.0.0
- executorlib =0.0.1
- executorlib =0.0.2
- ase =3.23.0
- scipy =1.14.1
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 =5.0.5
- numpy =1.26.4
- mpi4py =4.0.0
- executorlib =0.0.1
- executorlib =0.0.2
- ase =3.23.0
- scipy =1.14.1
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ dependencies:
- numpy =1.26.4
- lammps =2024.06.27
- mpi4py =4.0.0
- executorlib =0.0.1
- executorlib =0.0.2
- ase =3.23.0
- scipy =1.14.1
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==4.0.0",
"executorlib==0.0.1",
"executorlib==0.0.2",
"numpy==1.26.4",
]
dynamic = ["version"]
Expand Down

0 comments on commit 666150d

Please sign in to comment.