We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003b88f commit 9a95efaCopy full SHA for 9a95efa
1 file changed
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
# We aim to support the versions on pytorch.org
28
# as well as selected previous versions on
29
# https://pytorch.org/get-started/previous-versions/
30
- torch-version: ["2.6.0", "2.12.0"]
+ torch-version: ["2.9.1", "2.12.0"]
31
sklearn-version: ["latest"]
32
numpy-version: ["latest"]
33
@@ -55,10 +55,10 @@ jobs:
55
# TODO(stes): latest torch and python
56
# requires a PyTables release compatible with
57
# python 3.14. Update when new version is released.
58
- #- os: ubuntu-latest
59
- # torch-version: 2.9.1
60
- # python-version: "3.14"
61
- # sklearn-version: "latest"
+ - os: ubuntu-latest
+ torch-version: 2.9.1
+ python-version: "3.14"
+ sklearn-version: "latest"
62
63
# legacy support
64
- os: ubuntu-latest
0 commit comments