WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 133c729

Browse files
Bump executorlib from 1.7.2 to 1.7.3 (#397)
* Bump executorlib from 1.7.2 to 1.7.3 Bumps [executorlib](https://github.com/pyiron/executorlib) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/pyiron/executorlib/releases) - [Commits](pyiron/executorlib@executorlib-1.7.2...executorlib-1.7.3) --- updated-dependencies: - dependency-name: executorlib dependency-version: 1.7.3 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 133590f commit 133c729

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,7 +6,7 @@ dependencies:
66
- mpich =4.3.2
77
- numpy =2.3.4
88
- mpi4py =4.1.1
9-
- executorlib =1.7.2
9+
- executorlib =1.7.3
1010
- ase =3.26.0
1111
- scipy =1.16.3
1212
- hatchling

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- openmpi =5.0.8
77
- numpy =2.3.4
88
- mpi4py =4.1.1
9-
- executorlib =1.7.2
9+
- executorlib =1.7.3
1010
- ase =3.26.0
1111
- scipy =1.16.3
1212
- hatchling

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies:
77
- numpy =2.3.4
88
- lammps =2024.08.29=*_mpi_openmpi_*
99
- mpi4py =4.1.1
10-
- executorlib =1.7.2
10+
- executorlib =1.7.3
1111
- ase =3.26.0
1212
- scipy =1.16.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"mpi4py==4.1.1",
29-
"executorlib==1.7.2",
29+
"executorlib==1.7.3",
3030
"numpy==2.3.4",
3131
]
3232
dynamic = ["version"]

0 commit comments

Comments
 (0)