Skip to content

Commit 0210d14

Browse files
Merge pull request #209 from GetStream/notorch
remove pytorch from main dep
2 parents 8fd58ac + a64bc94 commit 0210d14

2 files changed

Lines changed: 2145 additions & 2145 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ openai-realtime = [
3636
]
3737
webrtc = [
3838
"aiortc-getstream==1.13.0.post1",
39+
"av>=14.0.0,<14.3", # Pin to versions with pre-built wheels
3940
"numpy>=2.2.6,<2.3",
40-
"torch>=2.7.0",
41-
"torchaudio>=2.7.0",
4241
"soundfile>=0.13.1",
4342
"scipy>=1.15.3,<1.16",
4443
"twirp",
@@ -81,6 +80,8 @@ dev = [
8180
"opentelemetry-exporter-otlp>=1.37.0",
8281
"opentelemetry-exporter-prometheus>=0.58b0",
8382
"prometheus-client>=0.23.1",
83+
"torch>=2.7.0", # Only for scripts/create_test_assets.py
84+
"torchaudio>=2.7.0", # Only for scripts/create_test_assets.py
8485
]
8586

8687
[tool.uv.workspace]

0 commit comments

Comments
 (0)