Skip to content

Commit b3addcf

Browse files
committed
Add visualization optional dependency for graphviz
1 parent 900a97f commit b3addcf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Repository = "https://github.com/openai/openai-agents-python"
3434

3535
[project.optional-dependencies]
3636
voice = ["numpy>=2.2.0, <3; python_version>='3.10'", "websockets>=15.0, <16"]
37+
visualization = ["graphviz>=0.17"]
3738

3839
[dependency-groups]
3940
dev = [
@@ -57,11 +58,6 @@ dev = [
5758
"websockets",
5859
]
5960

60-
[project.optional-dependencies]
61-
visualization = [
62-
"graphviz>=0.17",
63-
]
64-
6561
[tool.uv.workspace]
6662
members = ["agents"]
6763

0 commit comments

Comments
 (0)