Skip to content

Commit 03453f8

Browse files
authored
Update dependencies (#148)
* Update dependencies * Update pyproject.toml * Update pyproject.toml * Update environment.yml * Update environment.yml * Update environment.yml * Update environment.yml * Update environment.yml
1 parent 8364ce3 commit 03453f8

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

binder/environment.yml

Lines changed: 6 additions & 6 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.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

documentation/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- jupyter-book
4+
- jupyter-book <2

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ authors = [
1616
]
1717
license = { file = "LICENSE" }
1818
dependencies = [
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]
2424
aiida = [
25-
"aiida-workgraph>=0.5.1,<=0.7.4",
25+
"aiida-workgraph>=0.5.1,<=0.7.6",
2626
]
2727
jobflow = [
28-
"jobflow>=0.1.18,<=0.2.0",
28+
"jobflow>=0.1.18,<=0.2.1",
2929
]
3030
pyiron = [
31-
"pyiron_base>=0.11.10,<=0.15.5",
31+
"pyiron_base>=0.11.10,<=0.15.10",
3232
]
3333
plot = [
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
]

0 commit comments

Comments
 (0)