From c30f11edca7ed51d090a80b811639c71b4f78b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 06:20:30 +0100 Subject: [PATCH] Bump executorlib from 0.0.7 to 0.0.8 (#285) * Bump executorlib from 0.0.7 to 0.0.8 Bumps [executorlib](https://github.com/pyiron/executorlib) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/pyiron/executorlib/releases) - [Commits](https://github.com/pyiron/executorlib/compare/executorlib-0.0.7...executorlib-0.0.8) --- updated-dependencies: - dependency-name: executorlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] 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> --- .ci_support/environment-mpich.yml | 2 +- .ci_support/environment-openmpi.yml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index bd3d5bf..54e1506 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -6,6 +6,6 @@ dependencies: - mpich =4.2.3 - numpy =1.26.4 - mpi4py =4.0.1 -- executorlib =0.0.7 +- executorlib =0.0.8 - ase =3.24.0 - scipy =1.15.1 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 6e0af1a..f6934db 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -6,6 +6,6 @@ dependencies: - openmpi =5.0.5 - numpy =1.26.4 - mpi4py =4.0.1 -- executorlib =0.0.7 +- executorlib =0.0.8 - ase =3.24.0 - scipy =1.15.1 diff --git a/pyproject.toml b/pyproject.toml index 8a9d3ce..b1d9450 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "mpi4py==4.0.1", - "executorlib==0.0.7", + "executorlib==0.0.8", "numpy==1.26.4", ] dynamic = ["version"]