Skip to content

Commit cb21637

Browse files
authored
Merge pull request #305 from scipp/graphviz-lower-bound
Set lower bound for graphviz
2 parents 318ee26 + f6259f4 commit cb21637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dynamic = ["version"]
4040

4141
[project.optional-dependencies]
4242
test = [
43-
"graphviz",
43+
"graphviz>=0.20",
4444
"ipywidgets>=8.1",
4545
"matplotlib>=3.10.7",
4646
"numba>=0.59",

0 commit comments

Comments
 (0)