Skip to content

Commit d540804

Browse files
authored
Update alpha to 0.15 and README compat table (meta-pytorch#1482)
1 parent f551763 commit d540804

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,16 +172,17 @@ The following table indicates the compatibility between versions of
172172
| `torchcodec` | `torch` | Python |
173173
| ------------------ | ------------------ | ------------------- |
174174
| `main` / `nightly` | `main` / `nightly` | `>=3.10`, `<=3.14` |
175+
| `0.14` | `>=2.11` | `>=3.10`, `<=3.14` |
175176
| `0.13` | `>=2.11` | `>=3.10`, `<=3.14` |
176177
| `0.12` | `>=2.11` | `>=3.10`, `<=3.14` |
177-
| `0.11` | `2.11` | `>=3.10`, `<=3.14` |
178-
| `0.10` | `2.10` | `>=3.10`, `<=3.14` |
179178

180179
<details>
181180
<summary>older versions</summary>
182181

183182
| `torchcodec` | `torch` | Python |
184183
| ------------------ | ------------------ | ------------------- |
184+
| `0.11` | `2.11` | `>=3.10`, `<=3.14` |
185+
| `0.10` | `2.10` | `>=3.10`, `<=3.14` |
185186
| `0.9` | `2.9` | `>=3.10`, `<=3.14` |
186187
| `0.8` | `2.9` | `>=3.10`, `<=3.13` |
187188
| `0.7` | `2.8` | `>=3.9`, `<=3.13` |

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0a0
1+
0.15.0a0

0 commit comments

Comments
 (0)