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 be9d3c9 commit a5a40aeCopy full SHA for a5a40ae
.github/workflows/ci-scikit-learn.yml
@@ -25,18 +25,18 @@ jobs:
25
fail-fast: false
26
matrix:
27
include:
28
- - name: scikit-learn 0.23.2 (Python 3.9)
29
- framework: scikitlearn
30
- scikit-learn: 0.23.2
31
- python: 3.9
32
- name: scikit-learn 0.24.2 (Python 3.9)
33
framework: scikitlearn
34
scikit-learn: 0.24.2
35
python: 3.9
36
- name: scikit-learn 1.0.2 (Python 3.9)
37
38
- scikit-learn: 1.0.2
39
+ framework: scikitlearn
+ scikit-learn: 1.0.2
+ python: 3.9
+ - name: scikit-learn 1.1.0 (Python 3.9)
+ scikit-learn: 1.1.0
40
41
name: ${{ matrix.name }}
42
steps:
0 commit comments