Skip to content

Commit 49914fb

Browse files
committed
Update scikit-learn to 1.6.1
Signed-off-by: Beat Buesser <[email protected]>
1 parent da0035c commit 49914fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
framework: scikitlearn
3333
scikit-learn: 1.5.2
3434
python: '3.10'
35-
- name: scikit-learn 1.6.0 (Python 3.10)
35+
- name: scikit-learn 1.6.1 (Python 3.10)
3636
framework: scikitlearn
37-
scikit-learn: 1.6.0
37+
scikit-learn: 1.6.1
3838
python: '3.10'
3939

4040
name: ${{ matrix.name }}

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
numpy>=1.18.5,<1.27
44
scipy==1.10.1
55
matplotlib==3.7.1
6-
scikit-learn==1.6.0
6+
scikit-learn==1.6.1
77
six==1.16.0
88
Pillow==10.3.0
99
tqdm==4.67.1

0 commit comments

Comments
 (0)