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 16309a6 commit 62c0651Copy full SHA for 62c0651
1 file changed
.github/workflows/test.yml
@@ -34,7 +34,9 @@ jobs:
34
exclude:
35
# incompatible version combinations
36
- python-version: "3.13"
37
- scikit-learn: ["1.3.*", "1.4.*"]
+ scikit-learn: "1.3.*"
38
+ - python-version: "3.13"
39
+ scikit-learn: "1.4.*"
40
41
include:
42
# Full test run on Windows
0 commit comments