File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ channels:
33dependencies :
44- python =3.12
55- click =8.1.8
6- - pydantic =2.11.4
7- - hatch =1.14.1
6+ - pydantic =2.12.3
87- hatchling =1.27.0
98- httpcore =1.0.7
109- jobflow =0.2.0
1110- pyiron_base =0.12.0
1211- pyiron_workflow =0.13.0
1312- pygraphviz =1.14
1413- aiida-workgraph =0.5.2
14+ - plumpy =0.25.0
1515- conda_subprocess =0.0.7
16- - networkx =3.4.2
16+ - networkx =3.5
1717- cwltool =3.1.20250110105449
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ authors = [
1717license = { file = " LICENSE" }
1818dependencies = [
1919 " numpy>=1.21,<2" ,
20- " pydantic>=2.7.0,<=2.11.4 " ,
20+ " pydantic>=2.7.0,<=2.12.3 " ,
2121]
2222
2323[project .optional-dependencies ]
@@ -32,6 +32,6 @@ pyiron = [
3232]
3333plot = [
3434 " pygraphviz>=1.10,<=1.14" ,
35- " networkx>=2.8.8,<=3.4.2 " ,
35+ " networkx>=2.8.8,<=3.5 " ,
3636 " ipython>=7.33.0,<=9.0.2" ,
3737]
You can’t perform that action at this time.
0 commit comments