Skip to content

Commit 9d04671

Browse files
committed
Rename visualization dependency to viz in pyproject.toml
1 parent b3addcf commit 9d04671

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
@@ -34,7 +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"]
37+
viz = ["graphviz>=0.17"]
3838

3939
[dependency-groups]
4040
dev = [

0 commit comments

Comments
 (0)