File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ dependencies:
44- python =3.12
55- click =8.1.8
66- pydantic =2.12.4
7- - hatchling =1.27 .0
7+ - hatchling =1.28 .0
88- httpcore =1.0.7
99- jobflow =0.2.1
10- - pyiron_base =0.15.10
10+ - executorlib =1.7.4
11+ - pyiron_base =0.15.12
1112- pyiron_workflow =0.15.4
1213- pygraphviz =1.14
1314- aiida-workgraph =0.7.6
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ jobflow = [
2828 " jobflow>=0.1.18,<=0.2.1" ,
2929]
3030pyiron = [
31- " pyiron_base>=0.11.10,<=0.15.10 " ,
31+ " pyiron_base>=0.11.10,<=0.15.12 " ,
3232]
3333plot = [
3434 " pygraphviz>=1.10,<=1.14" ,
@@ -38,4 +38,4 @@ plot = [
3838
3939[tool .coverage .run ]
4040source = [" python_workflow_definition" ]
41- command_line = " -m unittest discover tests"
41+ command_line = " -m unittest discover tests"
You can’t perform that action at this time.
0 commit comments