Skip to content

Commit ed37400

Browse files
beat-buesserabigailgold
authored andcommitted
Update workflow for scikit-learn 1.3
Signed-off-by: Beat Buesser <[email protected]>
1 parent 1f131c9 commit ed37400

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci-scikit-learn.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,18 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
include:
31-
- name: scikit-learn 0.24.2 (Python 3.9)
32-
framework: scikitlearn
33-
scikit-learn: 0.24.2
34-
python: 3.9
3531
- name: scikit-learn 1.1.3 (Python 3.9)
3632
framework: scikitlearn
3733
scikit-learn: 1.1.3
3834
python: 3.9
39-
- name: scikit-learn 1.2.2 (Python 3.9)
40-
framework: scikitlearn
41-
scikit-learn: 1.2.2
42-
python: 3.9
4335
- name: scikit-learn 1.2.2 (Python 3.10)
4436
framework: scikitlearn
4537
scikit-learn: 1.2.2
4638
python: '3.10'
39+
- name: scikit-learn 1.3.2 (Python 3.10)
40+
framework: scikitlearn
41+
scikit-learn: 1.3.2
42+
python: '3.10'
4743

4844
name: ${{ matrix.name }}
4945
steps:

0 commit comments

Comments
 (0)