mirror of https://github.com/aliasrobotics/cai.git
Rename visualization dependency to viz in pyproject.toml
This commit is contained in:
parent
2c98d79d60
commit
5a0e6a9215
|
|
@ -34,7 +34,7 @@ Repository = "https://github.com/openai/openai-agents-python"
|
|||
|
||||
[project.optional-dependencies]
|
||||
voice = ["numpy>=2.2.0, <3; python_version>='3.10'", "websockets>=15.0, <16"]
|
||||
visualization = ["graphviz>=0.17"]
|
||||
viz = ["graphviz>=0.17"]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue