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 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"