Skip to content

Commit 70e34b1

Browse files
authored
update Compatibility Matrix and SoundFile link (#3894)
1 parent bccaa45 commit 70e34b1

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

docs/source/installation.rst

+34-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Optional Dependencies
9494
TorchAudio is tested on libsox 14.4.2. (And it is unlikely that other
9595
versions would work.)
9696

97-
* `SoundFile <https://pysoundfile.readthedocs.io/>`__
97+
* `SoundFile <https://pypi.org/project/PySoundFile/>`__
9898

9999
Required to use ``backend="soundfile"`` in `I/O functions <./torchaudio.html#i-o>`__.
100100

@@ -127,6 +127,39 @@ Please refer to the following table for the matching versions.
127127
* - ``PyTorch``
128128
- ``TorchAudio``
129129
- ``Python``
130+
* - ``2.6``
131+
- ``2.6.0``
132+
- ``>=3.9``, ``<=3.13``
133+
* - ``2.5``
134+
- ``2.5.0``
135+
- ``>=3.8``, ``<=3.11``
136+
* - ``2.4.1``
137+
- ``2.4.1``
138+
- ``>=3.8``, ``<=3.11``
139+
* - ``2.4``
140+
- ``2.4.0``
141+
- ``>=3.8``, ``<=3.11``
142+
* - ``2.3.1``
143+
- ``2.3.1``
144+
- ``>=3.8``, ``<=3.11``
145+
* - ``2.3.0``
146+
- ``2.3.0``
147+
- ``>=3.8``, ``<=3.11``
148+
* - ``2.2.2``
149+
- ``2.2.2``
150+
- ``>=3.8``, ``<=3.11``
151+
* - ``2.2.1``
152+
- ``2.2.1``
153+
- ``>=3.8``, ``<=3.11``
154+
* - ``2.2``
155+
- ``2.2.0``
156+
- ``>=3.8``, ``<=3.11``
157+
* - ``2.1.2``
158+
- ``2.1.2``
159+
- ``>=3.8``, ``<=3.11``
160+
* - ``2.1.1``
161+
- ``2.1.1``
162+
- ``>=3.8``, ``<=3.11``
130163
* - ``2.1.0``
131164
- ``2.1.0``
132165
- ``>=3.8``, ``<=3.11``

0 commit comments

Comments
 (0)