Skip to content

Commit 2e847e2

Browse files
Bump executorlib from 0.4.2 to 0.4.3 (#313)
* Bump executorlib from 0.4.2 to 0.4.3 Bumps [executorlib](https://github.com/pyiron/executorlib) from 0.4.2 to 0.4.3. - [Release notes](https://github.com/pyiron/executorlib/releases) - [Commits](pyiron/executorlib@executorlib-0.4.2...executorlib-0.4.3) --- 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 a4069f1 commit 2e847e2

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.4.2
9+
- executorlib =0.4.3
1010
- ase =3.24.0
1111
- scipy =1.15.2

.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.4.2
9+
- executorlib =0.4.3
1010
- ase =3.24.0
1111
- scipy =1.15.2

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.4.2",
28+
"executorlib==0.4.3",
2929
"numpy==1.26.4",
3030
]
3131
dynamic = ["version"]

0 commit comments

Comments
 (0)