Add torchaudio (#110)
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -9,6 +9,7 @@ on:
|
|||||||
- "tests/**"
|
- "tests/**"
|
||||||
- "examples/**"
|
- "examples/**"
|
||||||
- ".github/**"
|
- ".github/**"
|
||||||
|
- "poetry.lock"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@@ -17,6 +18,7 @@ on:
|
|||||||
- "tests/**"
|
- "tests/**"
|
||||||
- "examples/**"
|
- "examples/**"
|
||||||
- ".github/**"
|
- ".github/**"
|
||||||
|
- "poetry.lock"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
|
|||||||
1325
poetry.lock
generated
1325
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -40,7 +40,7 @@ numba = "^0.59.0"
|
|||||||
torch = "^2.2.1"
|
torch = "^2.2.1"
|
||||||
opencv-python = "^4.9.0.80"
|
opencv-python = "^4.9.0.80"
|
||||||
diffusers = "^0.26.3"
|
diffusers = "^0.26.3"
|
||||||
torchvision = "^0.17.1"
|
torchvision = "^0.18.0"
|
||||||
h5py = "^3.10.0"
|
h5py = "^3.10.0"
|
||||||
huggingface-hub = "^0.21.4"
|
huggingface-hub = "^0.21.4"
|
||||||
robomimic = "0.2.0"
|
robomimic = "0.2.0"
|
||||||
@@ -54,6 +54,7 @@ debugpy = {version = "^1.8.1", optional = true}
|
|||||||
pytest = {version = "^8.1.0", optional = true}
|
pytest = {version = "^8.1.0", optional = true}
|
||||||
pytest-cov = {version = "^5.0.0", optional = true}
|
pytest-cov = {version = "^5.0.0", optional = true}
|
||||||
datasets = "^2.19.0"
|
datasets = "^2.19.0"
|
||||||
|
torchaudio = "^2.3.0"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
|
|||||||
Reference in New Issue
Block a user