From bf8ab8ce623767a820bc57b10f9682060e54392d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 15 Jan 2026 04:45:34 +0100 Subject: [PATCH 1/2] Update pyiron_base version constraint in pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa984f3..f7dcb38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ jobflow = [ "jobflow>=0.1.18,<=0.2.1", ] pyiron = [ - "pyiron_base>=0.11.10,<=0.15.10", + "pyiron_base>=0.11.10,<=0.15.12", ] plot = [ "pygraphviz>=1.10,<=1.14", @@ -38,4 +38,4 @@ plot = [ [tool.coverage.run] source = ["python_workflow_definition"] -command_line = "-m unittest discover tests" \ No newline at end of file +command_line = "-m unittest discover tests" From 6a75a85fdfe115de966995ceab4dd23fa9b41225 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 15 Jan 2026 04:46:40 +0100 Subject: [PATCH 2/2] Update hatchling and pyiron_base versions --- binder/environment.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/binder/environment.yml b/binder/environment.yml index 357b297..5133460 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -4,10 +4,11 @@ dependencies: - python =3.12 - click =8.1.8 - pydantic =2.12.4 -- hatchling =1.27.0 +- hatchling =1.28.0 - httpcore =1.0.7 - jobflow =0.2.1 -- pyiron_base =0.15.10 +- executorlib =1.7.4 +- pyiron_base =0.15.12 - pyiron_workflow =0.15.4 - pygraphviz =1.14 - aiida-workgraph =0.7.6