Skip to content

Commit cf8e281

Browse files
Bump the python-dependencies group with 3 updates
Updates the requirements on [torch](https://github.com/pytorch/pytorch), [torchvision](https://github.com/pytorch/vision) and [numpy](https://github.com/numpy/numpy) to permit the latest version. Updates `torch` to 2.8.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.0.0...v2.8.0) Updates `torchvision` to 0.23.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](pytorch/vision@v0.1.5...0.23.0) Updates `numpy` from 1.26.4 to 2.0.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.26.4...v2.0.2) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: torchvision dependency-version: 0.23.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74f4541 commit cf8e281

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
"uvicorn>=0.32.0",
7979
],
8080
"audio": [
81-
"torch>=2.0.0,<2.4",
82-
"torchvision<0.19.0",
81+
"torch>=2.0.0,<2.10",
82+
"torchvision<0.25.0",
8383
"torchaudio",
8484
],
8585
"blender": [
@@ -119,7 +119,7 @@
119119
"talk": [
120120
"pyaudio",
121121
"openai-whisper",
122-
"numpy==1.26.4",
122+
"numpy==2.2.6",
123123
"kokoro>=0.3.1",
124124
"soundfile",
125125
"sounddevice",

0 commit comments

Comments
 (0)