diff --git a/binder/environment.yml b/binder/environment.yml index a7a9ee9..0edcc7f 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -7,7 +7,7 @@ dependencies: - hatchling =1.28.0 - hatch-vcs =0.5.0 - httpcore =1.0.7 -- jobflow =0.2.1 +- jobflow =0.3.1 - executorlib =1.7.4 - pyiron_base =0.15.12 - pyiron_workflow =0.15.4 diff --git a/pyproject.toml b/pyproject.toml index 7362acb..af597c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ aiida = [ "aiida-workgraph>=0.5.1,<=0.7.6", ] jobflow = [ - "jobflow>=0.1.18,<=0.2.1", + "jobflow>=0.1.18,<=0.3.1", ] pyiron = [ "pyiron_base>=0.11.10,<=0.15.12",