Add torchvision (required by WAN repo)
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -15,6 +15,7 @@ huggingface_hub>=0.24,<1.0
|
|
| 15 |
# Inherited from speed/requirements.txt — repeated here so the Space build
|
| 16 |
# resolves all deps in a single pass.
|
| 17 |
torch>=2.1
|
|
|
|
| 18 |
numpy>=1.23
|
| 19 |
scipy>=1.10
|
| 20 |
PyWavelets>=1.4
|
|
|
|
| 15 |
# Inherited from speed/requirements.txt — repeated here so the Space build
|
| 16 |
# resolves all deps in a single pass.
|
| 17 |
torch>=2.1
|
| 18 |
+
torchvision>=0.16
|
| 19 |
numpy>=1.23
|
| 20 |
scipy>=1.10
|
| 21 |
PyWavelets>=1.4
|