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 da0035c commit 49914fbCopy full SHA for 49914fb
.github/workflows/ci-scikit-learn.yml
@@ -32,9 +32,9 @@ jobs:
32
framework: scikitlearn
33
scikit-learn: 1.5.2
34
python: '3.10'
35
- - name: scikit-learn 1.6.0 (Python 3.10)
+ - name: scikit-learn 1.6.1 (Python 3.10)
36
37
- scikit-learn: 1.6.0
+ scikit-learn: 1.6.1
38
39
40
name: ${{ matrix.name }}
requirements_test.txt
@@ -3,7 +3,7 @@
3
numpy>=1.18.5,<1.27
4
scipy==1.10.1
5
matplotlib==3.7.1
6
-scikit-learn==1.6.0
+scikit-learn==1.6.1
7
six==1.16.0
8
Pillow==10.3.0
9
tqdm==4.67.1
0 commit comments