Skip to content

Commit ef2abc7

Browse files
datumboxfacebook-github-bot
authored andcommitted
[fbsync] fix dependency table (#4308)
Reviewed By: fmassa Differential Revision: D30525889 fbshipit-source-id: 241bb5d2cc6dc82c395ef2b3d8956049db849baa
1 parent d85095c commit ef2abc7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ supported Python versions.
2121
+--------------------------+--------------------------+---------------------------------+
2222
| ``torch`` | ``torchvision`` | ``python`` |
2323
+==========================+==========================+=================================+
24-
| ``master`` / ``nightly`` | ``main`` / ``nightly`` | ``>=3.6`` |
24+
| ``main`` / ``nightly`` | ``main`` / ``nightly`` | ``>=3.6``, ``<=3.9`` |
2525
+--------------------------+--------------------------+---------------------------------+
26-
| ``1.9.0`` | ``0.10.0`` | ``>=3.6`` |
26+
| ``1.9.0`` | ``0.10.0`` | ``>=3.6``, ``<=3.9`` |
2727
+--------------------------+--------------------------+---------------------------------+
28-
| ``1.8.1`` | ``0.9.1`` | ``>=3.6`` |
28+
| ``1.8.1`` | ``0.9.1`` | ``>=3.6``, ``<=3.9`` |
2929
+--------------------------+--------------------------+---------------------------------+
30-
| ``1.8.0`` | ``0.9.0`` | ``>=3.6`` |
30+
| ``1.8.0`` | ``0.9.0`` | ``>=3.6``, ``<=3.9`` |
3131
+--------------------------+--------------------------+---------------------------------+
32-
| ``1.7.1`` | ``0.8.2`` | ``>=3.6`` |
32+
| ``1.7.1`` | ``0.8.2`` | ``>=3.6``, ``<=3.9`` |
3333
+--------------------------+--------------------------+---------------------------------+
34-
| ``1.7.0`` | ``0.8.1`` | ``>=3.6`` |
34+
| ``1.7.0`` | ``0.8.1`` | ``>=3.6``, ``<=3.8`` |
3535
+--------------------------+--------------------------+---------------------------------+
36-
| ``1.7.0`` | ``0.8.0`` | ``>=3.6`` |
36+
| ``1.7.0`` | ``0.8.0`` | ``>=3.6``, ``<=3.8`` |
3737
+--------------------------+--------------------------+---------------------------------+
38-
| ``1.6.0`` | ``0.7.0`` | ``>=3.6`` |
38+
| ``1.6.0`` | ``0.7.0`` | ``>=3.6``, ``<=3.8`` |
3939
+--------------------------+--------------------------+---------------------------------+
40-
| ``1.5.1`` | ``0.6.1`` | ``>=3.5`` |
40+
| ``1.5.1`` | ``0.6.1`` | ``>=3.5``, ``<=3.8`` |
4141
+--------------------------+--------------------------+---------------------------------+
42-
| ``1.5.0`` | ``0.6.0`` | ``>=3.5`` |
42+
| ``1.5.0`` | ``0.6.0`` | ``>=3.5``, ``<=3.8`` |
4343
+--------------------------+--------------------------+---------------------------------+
4444
| ``1.4.0`` | ``0.5.0`` | ``==2.7``, ``>=3.5``, ``<=3.8`` |
4545
+--------------------------+--------------------------+---------------------------------+

0 commit comments

Comments
 (0)