Skip to content

Commit e1bb183

Browse files
authored
Update pyproject.toml
1 parent c36d43d commit e1bb183

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 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",
35-
"networkx>=2.8.8,<=3.5",
36-
"ipython>=7.33.0,<=9.0.2",
35+
"networkx>=2.8.8,<=3.6",
36+
"ipython>=7.33.0,<=9.8.0",
3737
]

0 commit comments

Comments
 (0)