Skip to content

Commit 3735ac8

Browse files
committed
Update scikit learn
1 parent 3731243 commit 3735ac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ jobs:
7171
matrix:
7272
os: [ubuntu-latest]
7373
python-version: ["3.8", "3.9", "3.10", "3.11"]
74-
scikit-learn-version: ["1.4.1.post1", "1.3.2", "1.2.2", "1.1.3", "1.0.2"]
74+
scikit-learn-version: ["1.5.0", "1.3.2", "1.2.2", "1.1.3", "1.0.2"]
7575
numpy-version: ["1.20.3", "1.22.4","1.24.4", "1.26.4"]
7676
exclude:
7777
- python-version: "3.8"
78-
scikit-learn-version: "1.4.1.post1"
78+
scikit-learn-version: "1.5.0"
7979
- python-version: "3.8"
8080
numpy-version: "1.26.4"
8181
- python-version: "3.11"

0 commit comments

Comments
 (0)