Skip to content

Commit 9c595f4

Browse files
Bump executorlib from 0.0.5 to 0.0.6 (#275)x
* 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] <[email protected]> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <[email protected]> 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>
1 parent fa25f95 commit 9c595f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 =4.2.3
77
- numpy =1.26.4
88
- mpi4py =4.0.1
9-
- executorlib =0.0.5
9+
- executorlib =0.0.6
1010
- ase =3.23.0
1111
- scipy =1.14.1

.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 =5.0.5
77
- numpy =1.26.4
88
- mpi4py =4.0.1
9-
- executorlib =0.0.5
9+
- executorlib =0.0.6
1010
- ase =3.23.0
1111
- scipy =1.14.1

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==4.0.1",
28-
"executorlib==0.0.5",
28+
"executorlib==0.0.6",
2929
"numpy==1.26.4",
3030
]
3131
dynamic = ["version"]

0 commit comments

Comments
 (0)