From 3e83c028ca5d4d4ca3ea04e491444a67c34fde4a Mon Sep 17 00:00:00 2001 From: Marko Kohtala Date: Wed, 3 Nov 2021 13:38:23 +0200 Subject: [PATCH] Add missing torchvision 0.10.1 torchvision compatible with torch 1.9.1 was missing in table of supported versions. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 5d2a6df7971..892e2bd4a33 100644 --- a/README.rst +++ b/README.rst @@ -25,6 +25,8 @@ supported Python versions. +--------------------------+--------------------------+---------------------------------+ | ``1.10.0`` | ``0.11.1`` | ``>=3.6``, ``<=3.9`` | +--------------------------+--------------------------+---------------------------------+ +| ``1.9.1`` | ``0.10.1`` | ``>=3.6``, ``<=3.9`` | ++--------------------------+--------------------------+---------------------------------+ | ``1.9.0`` | ``0.10.0`` | ``>=3.6``, ``<=3.9`` | +--------------------------+--------------------------+---------------------------------+ | ``1.8.2`` | ``0.9.2`` | ``>=3.6``, ``<=3.9`` |