Add torchaudio (#110)

This commit is contained in:
Simon Alibert 2024-04-27 14:00:38 +02:00 committed by GitHub
parent bf2eebb090
commit a4b6c5e3b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 696 additions and 634 deletions

View File

@ -9,6 +9,7 @@ on:
- "tests/**"
- "examples/**"
- ".github/**"
- "poetry.lock"
push:
branches:
- main
@ -17,6 +18,7 @@ on:
- "tests/**"
- "examples/**"
- ".github/**"
- "poetry.lock"
jobs:
tests:

1325
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,7 @@ numba = "^0.59.0"
torch = "^2.2.1"
opencv-python = "^4.9.0.80"
diffusers = "^0.26.3"
torchvision = "^0.17.1"
torchvision = "^0.18.0"
h5py = "^3.10.0"
huggingface-hub = "^0.21.4"
robomimic = "0.2.0"
@ -54,6 +54,7 @@ debugpy = {version = "^1.8.1", optional = true}
pytest = {version = "^8.1.0", optional = true}
pytest-cov = {version = "^5.0.0", optional = true}
datasets = "^2.19.0"
torchaudio = "^2.3.0"
[tool.poetry.extras]