diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index fbcfb46..713e413 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,4 +3,4 @@ channels: dependencies: - coverage - conda =25.1.0 -- executorlib =0.0.8 +- executorlib =0.0.10 diff --git a/pyproject.toml b/pyproject.toml index b0e5071..048b734 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.8", + "executorlib==0.0.10", ] [tool.setuptools.packages.find]