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.
2 parents 8dcb03d + 1899924 commit 35677c2Copy full SHA for 35677c2
.github/workflows/ci-scikit-learn.yml
@@ -25,10 +25,6 @@ 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
@@ -37,6 +33,10 @@ jobs:
37
38
scikit-learn: 1.0.2
39
35
python: 3.9
36
+ - name: scikit-learn 1.1.0 (Python 3.9)
+ framework: scikitlearn
+ scikit-learn: 1.1.0
+ python: 3.9
40
41
name: ${{ matrix.name }}
42
steps:
requirements_test.txt
@@ -3,7 +3,7 @@
3
numpy>=1.18.5
4
scipy==1.8.0
5
matplotlib==3.5.2
6
-scikit-learn>=0.22.2,<1.1.0
+scikit-learn>=0.22.2,<1.2.0
7
six==1.16.0
8
Pillow==9.1.0
9
tqdm==4.64.0
0 commit comments