Skip to content

Commit 35677c2

Browse files
authored
Merge pull request #1685 from Trusted-AI/dependabot/pip/scikit-learn-gte-0.22.2-and-lt-1.2.0
Update scikit-learn requirement from <1.1.0,>=0.22.2 to >=0.22.2,<1.2.0
2 parents 8dcb03d + 1899924 commit 35677c2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
include:
28-
- name: scikit-learn 0.23.2 (Python 3.9)
29-
framework: scikitlearn
30-
scikit-learn: 0.23.2
31-
python: 3.9
3228
- name: scikit-learn 0.24.2 (Python 3.9)
3329
framework: scikitlearn
3430
scikit-learn: 0.24.2
@@ -37,6 +33,10 @@ jobs:
3733
framework: scikitlearn
3834
scikit-learn: 1.0.2
3935
python: 3.9
36+
- name: scikit-learn 1.1.0 (Python 3.9)
37+
framework: scikitlearn
38+
scikit-learn: 1.1.0
39+
python: 3.9
4040

4141
name: ${{ matrix.name }}
4242
steps:

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
44
scipy==1.8.0
55
matplotlib==3.5.2
6-
scikit-learn>=0.22.2,<1.1.0
6+
scikit-learn>=0.22.2,<1.2.0
77
six==1.16.0
88
Pillow==9.1.0
99
tqdm==4.64.0

0 commit comments

Comments
 (0)