Skip to content

Commit 43d1d72

Browse files
authored
Update pyiron_base to 0.12.0 (#108)
* Update pyproject.toml * Update environment.yml * Update environment.yml * Update executorlib.py * Update executorlib.py
1 parent f8bec83 commit 43d1d72

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

binder/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ dependencies:
77
- hatchling =1.27.0
88
- httpcore =1.0.7
99
- jobflow =0.1.19
10-
- pyiron_base =0.11.11
10+
- pyiron_base =0.12.0
1111
- pygraphviz =1.14
1212
- aiida-workgraph =0.5.2
13-
- conda_subprocess =0.0.6
13+
- conda_subprocess =0.0.7
1414
- networkx =3.4.2
1515
- cwltool =3.1.20250110105449

python_workflow_definition/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobflow = [
2828
"jobflow>=0.1.18,<=0.1.19",
2929
]
3030
pyiron = [
31-
"pyiron_base>=0.11.10,<=0.11.11",
31+
"pyiron_base>=0.11.10,<=0.12.0",
3232
]
3333
plot = [
3434
"pygraphviz>=1.10,<=1.14",
3535
"networkx>=2.8.8,<=3.4.2",
3636
"ipython>=7.33.0,<=9.0.2",
37-
]
37+
]

python_workflow_definition/src/python_workflow_definition/executorlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def _get_value(result_dict: dict, nodes_new_dict: dict, link_dict: dict, exe: Ex
3434
if source_handle is None:
3535
return result
3636
else:
37-
return exe.submit(fn=get_item, obj=result, key=source_handle)
37+
return exe.submit(get_item, obj=result, key=source_handle)
3838

3939

4040
def load_workflow_json(file_name: str, exe: Executor):

0 commit comments

Comments
 (0)