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 b0b8f4a commit bf8ab8cCopy full SHA for bf8ab8c
pyproject.toml
@@ -28,7 +28,7 @@ jobflow = [
28
"jobflow>=0.1.18,<=0.2.1",
29
]
30
pyiron = [
31
- "pyiron_base>=0.11.10,<=0.15.10",
+ "pyiron_base>=0.11.10,<=0.15.12",
32
33
plot = [
34
"pygraphviz>=1.10,<=1.14",
@@ -38,4 +38,4 @@ plot = [
38
39
[tool.coverage.run]
40
source = ["python_workflow_definition"]
41
-command_line = "-m unittest discover tests"
+command_line = "-m unittest discover tests"
0 commit comments