py-torchvision: fix typo in version restriction for ffmpeg (#34415)

This commit is contained in:
snehring 2022-12-09 12:05:43 -06:00 committed by GitHub
parent bf3d18bf06
commit 8353d1539f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@ class PyTorchvision(PythonPackage):
depends_on("jpeg") # seems to be required for all backends
depends_on("ffmpeg@3.1:4.4", when="@0.4.2:0.12.0")
depends_on("ffmpeg@3.1:", when="@13.0:")
depends_on("ffmpeg@3.1:", when="@0.13.0:")
# Many of the datasets require additional dependencies to use.
# These can be installed after the fact.