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 242e68e commit 51a391cCopy full SHA for 51a391c
1 file changed
.github/workflows/build.yml
@@ -19,15 +19,15 @@ jobs:
19
# We aim to support the versions on pytorch.org
20
# as well as selected previous versions on
21
# https://pytorch.org/get-started/previous-versions/
22
- torch-version: ["2.4.0", "2.9.1"]
+ torch-version: ["2.6.0", "2.9.1"]
23
sklearn-version: ["latest"]
24
include:
25
- os: windows-latest
26
- torch-version: 2.4.0
+ torch-version: 2.6.0
27
python-version: "3.12"
28
sklearn-version: "latest"
29
- os: ubuntu-latest
30
31
32
sklearn-version: "legacy"
33
0 commit comments