From 613090508007fcc6469b8f9f8c5b682aa058c0bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jan=C3=9Fen?= Date: Mon, 3 Aug 2026 18:24:11 +0200 Subject: [PATCH] Update pyiron_workflow to 0.19.1 --- binder/environment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index c02cdbd..33b3f64 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -9,7 +9,7 @@ dependencies: - jobflow =0.3.1 - executorlib =1.10.1 - pyiron_base =0.15.16 -- pyiron_workflow =0.18.0 +- pyiron_workflow =0.19.1 - pygraphviz =1.14 - aiida-workgraph =0.8.1 - conda_subprocess =0.0.12 diff --git a/pyproject.toml b/pyproject.toml index 36ed555..1631dbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pyiron = [ "pyiron_base>=0.11.10,<=0.15.16", ] pyiron_workflow = [ - "pyiron_workflow>=0.13.0,<=0.18.0", + "pyiron_workflow>=0.13.0,<=0.19.1", ] executorlib = [ "executorlib>=1.7.4,<=1.10.1",