Skip to content

Commit

Permalink
Bump executorlib from 0.1.0 to 0.2.0 (#297)
Browse files Browse the repository at this point in the history
* Bump executorlib from 0.1.0 to 0.2.0

Bumps [executorlib](https://github.com/pyiron/executorlib) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/pyiron/executorlib/releases)
- [Commits](pyiron/executorlib@executorlib-0.1.0...executorlib-0.2.0)

---
updated-dependencies:
- dependency-name: executorlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Feb 12, 2025
1 parent 17d1cb4 commit 18a5065
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies:
- mpich =4.2.3
- numpy =1.26.4
- mpi4py =4.0.1
- executorlib =0.1.0
- executorlib =0.2.0
- ase =3.24.0
- scipy =1.15.1
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies:
- openmpi =5.0.5
- numpy =1.26.4
- mpi4py =4.0.1
- executorlib =0.1.0
- executorlib =0.2.0
- ase =3.24.0
- scipy =1.15.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"mpi4py==4.0.1",
"executorlib==0.1.0",
"executorlib==0.2.0",
"numpy==1.26.4",
]
dynamic = ["version"]
Expand Down

0 comments on commit 18a5065

Please sign in to comment.