Commit da286eb
Use python 3.10 in tutorial tests against stable (#3056)
Summary:
Without this, we run into the following error when testing the notebooks against the stable versions:
```
× No solution found when resolving dependencies:
╰─▶ Because torch==2.0.1 has no wheels with a matching Python ABI tag
(e.g., `cp313`) and you require torch==2.0.1, we can conclude that your
requirements are unsatisfiable.
hint: You require CPython 3.13 (`cp313`), but we only found wheels for
`torch` (v2.0.1) with the following Python ABI tags: `cp38`, `cp39`,
`cp310`, `cp311`
```
Pull Request resolved: #3056
Reviewed By: saitcakmak
Differential Revision: D85370220
Pulled By: Balandat
fbshipit-source-id: afa2c3dde42b54dc16907f73a9b8fa157ef0ef021 parent f5e4285 commit da286eb
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| |||
0 commit comments