File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
6666dev = [
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]
7474docs = [
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]
8181test = [
8282 " huggingface-hub>=0.30.2" ,
@@ -87,7 +87,7 @@ test = [
8787]
8888test-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" },
You can’t perform that action at this time.
0 commit comments