Skip to content

Commit 00b0d6c

Browse files
Bump executorlib from 1.6.0 to 1.6.1 (#358)
* Bump executorlib from 1.6.0 to 1.6.1 Bumps [executorlib](https://github.com/pyiron/executorlib) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/pyiron/executorlib/releases) - [Commits](pyiron/executorlib@executorlib-1.6.0...executorlib-1.6.1) --- updated-dependencies: - dependency-name: executorlib dependency-version: 1.6.1 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 22587f1 commit 00b0d6c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.3.1
77
- numpy =2.3.1
88
- mpi4py =4.1.0
9-
- executorlib =1.6.0
9+
- executorlib =1.6.1
1010
- ase =3.25.0
1111
- scipy =1.16.0

.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.8
77
- numpy =2.3.1
88
- mpi4py =4.1.0
9-
- executorlib =1.6.0
9+
- executorlib =1.6.1
1010
- ase =3.25.0
1111
- scipy =1.16.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ dependencies:
55
- numpy =2.3.1
66
- lammps =2024.08.29=*_mpi_openmpi_*
77
- mpi4py =4.1.0
8-
- executorlib =1.6.0
8+
- executorlib =1.6.1
99
- ase =3.25.0
1010
- scipy =1.16.0

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.1.0",
28-
"executorlib==1.6.0",
28+
"executorlib==1.6.1",
2929
"numpy==2.3.1",
3030
]
3131
dynamic = ["version"]

0 commit comments

Comments
 (0)