Skip to content

Commit f8ba185

Browse files
authored
Update dependencies (#138)
* Update pyproject.toml * Update environment.yml * Update pyproject.toml * Update environment.yml * Update environment.yml * Update environment.yml * Update environment.yml * Update environment.yml * Update environment.yml
1 parent 045a15c commit f8ba185

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

binder/environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ channels:
33
dependencies:
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ authors = [
1717
license = { file = "LICENSE" }
1818
dependencies = [
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
]
3333
plot = [
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
]

0 commit comments

Comments
 (0)