File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,21 +34,27 @@ jobs:
3434 sklearn-only : ["true"]
3535
3636 exclude :
37- # incompatible version combinations
37+ # (python, sklearn) combinations for which there is no PyPI release
38+ # scikit-learn 1.3
3839 - python-version : " 3.13"
3940 scikit-learn : " 1.3.*"
40- - python-version : " 3.13"
41- scikit-learn : " 1.4.*"
4241 - python-version : " 3.14"
4342 scikit-learn : " 1.3.*"
44- - python-version : " 3.14"
43+ # scikit-learn 1.4
44+ - python-version : " 3.13"
4545 scikit-learn : " 1.4.*"
4646 - python-version : " 3.14"
4747 scikit-learn : " 1.4.*"
48+ # scikit-learn 1.5
4849 - python-version : " 3.14"
4950 scikit-learn : " 1.5.*"
51+ # scikit-learn 1.6
5052 - python-version : " 3.14"
5153 scikit-learn : " 1.6.*"
54+ # scikit-learn 1.7 is installed with pandas 3
55+ - python-version : " 3.10"
56+ scikit-learn : " 1.7.*"
57+
5258
5359 include :
5460 # Full test run on ubuntu, 3.14
You can’t perform that action at this time.
0 commit comments