We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36d43d commit e1bb183Copy full SHA for e1bb183
pyproject.toml
@@ -16,22 +16,22 @@ authors = [
16
]
17
license = { file = "LICENSE" }
18
dependencies = [
19
- "numpy>=1.21,<2",
20
- "pydantic>=2.7.0,<=2.12.3",
+ "numpy>=1.21",
+ "pydantic>=2.7.0,<=2.12.4",
21
22
23
[project.optional-dependencies]
24
aiida = [
25
- "aiida-workgraph>=0.5.1,<=0.7.4",
+ "aiida-workgraph>=0.5.1,<=0.7.6",
26
27
jobflow = [
28
- "jobflow>=0.1.18,<=0.2.0",
+ "jobflow>=0.1.18,<=0.2.1",
29
30
pyiron = [
31
- "pyiron_base>=0.11.10,<=0.15.5",
+ "pyiron_base>=0.11.10,<=0.15.10",
32
33
plot = [
34
"pygraphviz>=1.10,<=1.14",
35
- "networkx>=2.8.8,<=3.5",
36
- "ipython>=7.33.0,<=9.0.2",
+ "networkx>=2.8.8,<=3.6",
+ "ipython>=7.33.0,<=9.8.0",
37
0 commit comments