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 54361bc commit f8bec83Copy full SHA for f8bec83
python_workflow_definition/pyproject.toml
@@ -16,14 +16,20 @@ authors = [
16
]
17
license = { file = "../LICENSE" }
18
dependencies = [
19
- "aiida-workgraph>=0.5.1,<=0.5.2",
20
"numpy>=1.21,<2",
21
- "jobflow>=0.1.18,<=0.1.19",
22
- "pyiron_base>=0.11.10,<=0.11.11",
23
"pydantic>=2.7.0,<=2.11.4",
24
25
26
[project.optional-dependencies]
+aiida = [
+ "aiida-workgraph>=0.5.1,<=0.5.2",
+]
27
+jobflow = [
28
+ "jobflow>=0.1.18,<=0.1.19",
29
30
+pyiron = [
31
+ "pyiron_base>=0.11.10,<=0.11.11",
32
33
plot = [
34
"pygraphviz>=1.10,<=1.14",
35
"networkx>=2.8.8,<=3.4.2",
0 commit comments