Skip to content

Commit

Permalink
Bump executorlib from 0.0.5 to 0.0.6 (#275)x
Browse files Browse the repository at this point in the history
* Bump executorlib from 0.0.5 to 0.0.6

Bumps [executorlib](https://github.com/pyiron/executorlib) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/pyiron/executorlib/releases)
- [Commits](pyiron/executorlib@executorlib-0.0.5...executorlib-0.0.6)

---
updated-dependencies:
- dependency-name: executorlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [dependabot skip] Update environment

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Dec 23, 2024
1 parent fa25f95 commit 9c595f4
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 =4.2.3
- numpy =1.26.4
- mpi4py =4.0.1
- executorlib =0.0.5
- executorlib =0.0.6
- 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.1
- executorlib =0.0.5
- executorlib =0.0.6
- 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.1",
"executorlib==0.0.5",
"executorlib==0.0.6",
"numpy==1.26.4",
]
dynamic = ["version"]
Expand Down

0 comments on commit 9c595f4

Please sign in to comment.