Skip to content

Commit f02eae5

Browse files
committed
Merge commit 'b3f6523457467fce90307afffda239ad360c49bf' into clean
2 parents 5e69bbe + b3f6523 commit f02eae5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

binder/environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ channels:
22
- conda-forge
33
dependencies:
44
- python =3.12
5-
- pydantic =2.12.4
5+
- pydantic =2.12.5
66
- hatchling =1.28.0
77
- hatch-vcs =0.5.0
8-
- jobflow =0.2.1
8+
- jobflow =0.3.1
99
- executorlib =1.7.4
1010
- pyiron_base =0.15.12
1111
- pyiron_workflow =0.15.4
1212
- pygraphviz =1.14
1313
- aiida-workgraph =0.8.1
1414
- conda_subprocess =0.0.10
1515
- networkx =3.4.2
16-
- cwltool =3.1.20251031082601
16+
- cwltool =3.1.20260108082145

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors = [
1616
license = { file = "LICENSE" }
1717
dependencies = [
1818
"numpy>=1.21",
19-
"pydantic>=2.7.0,<=2.12.4",
19+
"pydantic>=2.7.0,<2.13.0",
2020
]
2121
dynamic = ["version"]
2222

@@ -25,7 +25,7 @@ aiida = [
2525
"aiida-workgraph>=0.5.1,<=0.8.1",
2626
]
2727
jobflow = [
28-
"jobflow>=0.1.18,<=0.2.1",
28+
"jobflow>=0.1.18,<=0.3.1",
2929
]
3030
pyiron = [
3131
"pyiron_base>=0.11.10,<=0.15.12",

0 commit comments

Comments
 (0)