Skip to content

Commit 30a1e72

Browse files
committed
add numpy to realtime proj deps
1 parent 5888cf2 commit 30a1e72

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
@@ -37,7 +37,7 @@ Repository = "https://github.com/openai/openai-agents-python"
3737
voice = ["numpy>=2.2.0, <3; python_version>='3.10'", "websockets>=15.0, <16"]
3838
viz = ["graphviz>=0.17"]
3939
litellm = ["litellm>=1.67.4.post1, <2"]
40-
realtime = ["websockets>=15.0, <16"]
40+
realtime = ["numpy>=2.2.0, <3; python_version>='3.10'", "websockets>=15.0, <16"]
4141

4242
[dependency-groups]
4343
dev = [

0 commit comments

Comments
 (0)