File tree 1 file changed +34
-1
lines changed
1 file changed +34
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Optional Dependencies
94
94
TorchAudio is tested on libsox 14.4.2. (And it is unlikely that other
95
95
versions would work.)
96
96
97
- * `SoundFile <https://pysoundfile.readthedocs.io / >`__
97
+ * `SoundFile <https://pypi.org/project/PySoundFile / >`__
98
98
99
99
Required to use ``backend="soundfile" `` in `I/O functions <./torchaudio.html#i-o >`__.
100
100
@@ -127,6 +127,39 @@ Please refer to the following table for the matching versions.
127
127
* - ``PyTorch ``
128
128
- ``TorchAudio ``
129
129
- ``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 ``
130
163
* - ``2.1.0 ``
131
164
- ``2.1.0 ``
132
165
- ``>=3.8 ``, ``<=3.11 ``
You can’t perform that action at this time.
0 commit comments