diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 18a98e9..c73ce4c 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,4 +3,4 @@ channels: dependencies: - coverage - conda =24.9.1 -- executorlib =0.0.5 +- executorlib =0.0.6 diff --git a/pyproject.toml b/pyproject.toml index 661cd82..5eccc85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ Repository = "https://github.com/pyiron/conda_subprocess" [project.optional-dependencies] executorlib = [ - "executorlib==0.0.5", + "executorlib==0.0.6", ] [tool.setuptools.packages.find]