Skip to content

Commit bf8ab8c

Browse files
authored
Update pyiron_base version constraint in pyproject.toml
1 parent b0b8f4a commit bf8ab8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobflow = [
2828
"jobflow>=0.1.18,<=0.2.1",
2929
]
3030
pyiron = [
31-
"pyiron_base>=0.11.10,<=0.15.10",
31+
"pyiron_base>=0.11.10,<=0.15.12",
3232
]
3333
plot = [
3434
"pygraphviz>=1.10,<=1.14",
@@ -38,4 +38,4 @@ plot = [
3838

3939
[tool.coverage.run]
4040
source = ["python_workflow_definition"]
41-
command_line = "-m unittest discover tests"
41+
command_line = "-m unittest discover tests"

0 commit comments

Comments
 (0)