From 2100c4aafbe6f6ead45801a9fe92146dc68ca089 Mon Sep 17 00:00:00 2001 From: "Harish S. Kulkarni" Date: Mon, 18 Oct 2021 12:21:41 -0700 Subject: [PATCH 1/2] Updated compatibility matrix to include LTS version --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 75178f77916..692fc458f13 100644 --- a/README.rst +++ b/README.rst @@ -25,6 +25,8 @@ supported Python versions. +--------------------------+--------------------------+---------------------------------+ | ``1.9.0`` | ``0.10.0`` | ``>=3.6``, ``<=3.9`` | +--------------------------+--------------------------+---------------------------------+ +| ``1.8.2`` | ``0.9.2`` | ``>=3.6``, ``<=3.9`` | ++--------------------------+--------------------------+---------------------------------+ | ``1.8.1`` | ``0.9.1`` | ``>=3.6``, ``<=3.9`` | +--------------------------+--------------------------+---------------------------------+ | ``1.8.0`` | ``0.9.0`` | ``>=3.6``, ``<=3.9`` | @@ -110,7 +112,7 @@ Video Backend ============= Torchvision currently supports the following video backends: -* [pyav](https://github.com/PyAV-Org/PyAV) (default) - Pythonic binding for ffmpeg libraries. +* [pyav](https://github.com/PyAV-Org/PyAV) (default) - Pythonic binding for ffmpeg libraries. * video_reader - This needs ffmpeg to be installed and torchvision to be built from source. There shouldn't be any conflicting version of ffmpeg installed. Currently, this is only supported on Linux. From 4742de54c1bc27ef5dc606be1eed103690ee2a5d Mon Sep 17 00:00:00 2001 From: "Harish S. Kulkarni" Date: Mon, 18 Oct 2021 12:23:41 -0700 Subject: [PATCH 2/2] Backed out inadvertent change --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 692fc458f13..ce1f7ae0515 100644 --- a/README.rst +++ b/README.rst @@ -112,7 +112,7 @@ Video Backend ============= Torchvision currently supports the following video backends: -* [pyav](https://github.com/PyAV-Org/PyAV) (default) - Pythonic binding for ffmpeg libraries. +* [pyav](https://github.com/PyAV-Org/PyAV) (default) - Pythonic binding for ffmpeg libraries. * video_reader - This needs ffmpeg to be installed and torchvision to be built from source. There shouldn't be any conflicting version of ffmpeg installed. Currently, this is only supported on Linux.