Skip to content

Commit

Permalink
Merge pull request #1697 from pyiron/Exe
Browse files Browse the repository at this point in the history
Update executorlib to 0.0.5
  • Loading branch information
jan-janssen authored Nov 20, 2024
2 parents ebd5971 + 95b1fd0 commit 00e7711
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- pyfileindex =0.0.31
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.4
- executorlib =0.0.4
- executorlib =0.0.5
- pysqa =0.2.2
- pytables =3.10.1
- sqlalchemy =2.0.36
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-mini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- pyfileindex =0.0.31
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.3
- executorlib =0.0.4
- executorlib =0.0.5
- pysqa =0.2.2
- pytables =3.10.1
- sqlalchemy =2.0.36
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- pyfileindex =0.0.31
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.4
- executorlib =0.0.4
- executorlib =0.0.5
- pysqa =0.2.2
- pytables =3.10.1
- sqlalchemy =2.0.36
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- pyfileindex =0.0.31
- pyiron_dataclasses =0.0.1
- pyiron_snippets =0.1.4
- executorlib =0.0.4
- executorlib =0.0.5
- pysqa =0.2.2
- pytables =3.10.1
- sqlalchemy =2.0.36
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"cloudpickle==3.1.0",
"executorlib==0.0.4",
"executorlib==0.0.5",
"h5io_browser==0.1.4",
"h5py==3.12.1",
"numpy==1.26.4",
Expand Down

0 comments on commit 00e7711

Please sign in to comment.