Rename visualization dependency to viz in pyproject.toml
This commit is contained in:
parent
b3addcff13
commit
9d04671095
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ Repository = "https://github.com/openai/openai-agents-python"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
voice = ["numpy>=2.2.0, <3; python_version>='3.10'", "websockets>=15.0, <16"]
|
voice = ["numpy>=2.2.0, <3; python_version>='3.10'", "websockets>=15.0, <16"]
|
||||||
visualization = ["graphviz>=0.17"]
|
viz = ["graphviz>=0.17"]
|
||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue