Skip to content

Commit 9a2b759

Browse files
committed
Update dependencies
1 parent 4d16613 commit 9a2b759

2 files changed

Lines changed: 372 additions & 364 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,24 +59,24 @@ build = [
5959
"hatchling>=1.28.0",
6060
"numpy>=2.2.6",
6161
"onnx>=1.20.1",
62-
"onnxscript>=0.5.7",
63-
"torch>=2.9.1",
64-
"torchaudio>=2.9.1",
62+
"onnxscript>=0.6.2",
63+
"torch>=2.10.0",
64+
"torchaudio>=2.10.0",
6565
]
6666
dev = [
67-
"ipykernel>=7.1.0",
67+
"ipykernel>=7.2.0",
6868
"ipywidgets>=8.1.8",
6969
"mypy>=1.19.1",
70-
"ruff>=0.15.0",
70+
"ruff>=0.15.1",
7171
{ include-group = "docs" },
7272
{ include-group = "test-preprocessors" },
7373
]
7474
docs = [
7575
"click<8.3", # Until 8.3.2
7676
"markdown-callouts>=0.4.0",
77-
"mkdocs-material[imaging]>=9.7.1",
78-
"mkdocstrings[python]>=1.0.0",
79-
"ruff>=0.15.0",
77+
"mkdocs-material[imaging]>=9.7.2",
78+
"mkdocstrings[python]>=1.0.3",
79+
"ruff>=0.15.1",
8080
]
8181
test = [
8282
"huggingface-hub>=0.30.2",
@@ -87,7 +87,7 @@ test = [
8787
]
8888
test-preprocessors = [
8989
"kaldi-native-fbank>=1.22.3",
90-
"nemo-toolkit[asr]>=2.6.1",
90+
"nemo-toolkit[asr]>=2.6.2",
9191
"openai-whisper>=20250625",
9292
{ include-group = "build" },
9393
{ include-group = "test" },

0 commit comments

Comments
 (0)