diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index c73ce4c..3c2505b 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.6 +- executorlib =0.0.7 diff --git a/pyproject.toml b/pyproject.toml index 5eccc85..9df340d 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.6", + "executorlib==0.0.7", ] [tool.setuptools.packages.find]