File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
Expand file tree Collapse file tree 3 files changed +13
-13
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.12.3
6+ - pydantic =2.12.4
77- hatchling =1.27.0
88- httpcore =1.0.7
9- - jobflow =0.2.0
10- - pyiron_base =0.15.5
9+ - jobflow =0.2.1
10+ - pyiron_base =0.15.10
1111- pyiron_workflow =0.15.4
1212- pygraphviz =1.14
13- - aiida-workgraph =0.7.4
13+ - aiida-workgraph =0.7.6
1414- plumpy =0.25.0
15- - conda_subprocess =0.0.7
15+ - conda_subprocess =0.0.10
1616- networkx =3.4.2
17- - cwltool =3.1.20250110105449
17+ - cwltool =3.1.20251031082601
Original file line number Diff line number Diff line change 11channels :
22- conda-forge
33dependencies :
4- - jupyter-book
4+ - jupyter-book <2
Original file line number Diff line number Diff line change @@ -16,22 +16,22 @@ authors = [
1616]
1717license = { file = " LICENSE" }
1818dependencies = [
19- " numpy>=1.21,<2 " ,
20- " pydantic>=2.7.0,<=2.12.3 " ,
19+ " numpy>=1.21" ,
20+ " pydantic>=2.7.0,<=2.12.4 " ,
2121]
2222
2323[project .optional-dependencies ]
2424aiida = [
25- " aiida-workgraph>=0.5.1,<=0.7.4 " ,
25+ " aiida-workgraph>=0.5.1,<=0.7.6 " ,
2626]
2727jobflow = [
28- " jobflow>=0.1.18,<=0.2.0 " ,
28+ " jobflow>=0.1.18,<=0.2.1 " ,
2929]
3030pyiron = [
31- " pyiron_base>=0.11.10,<=0.15.5 " ,
31+ " pyiron_base>=0.11.10,<=0.15.10 " ,
3232]
3333plot = [
3434 " pygraphviz>=1.10,<=1.14" ,
3535 " networkx>=2.8.8,<=3.5" ,
36- " ipython>=7.33.0,<=9.0.2 " ,
36+ " ipython>=7.33.0,<=9.8.0 " ,
3737]
You can’t perform that action at this time.
0 commit comments