Skip to content

Commit

Permalink
Update scikit learn
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Jun 4, 2024
1 parent 3731243 commit 3735ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
scikit-learn-version: ["1.4.1.post1", "1.3.2", "1.2.2", "1.1.3", "1.0.2"]
scikit-learn-version: ["1.5.0", "1.3.2", "1.2.2", "1.1.3", "1.0.2"]
numpy-version: ["1.20.3", "1.22.4","1.24.4", "1.26.4"]
exclude:
- python-version: "3.8"
scikit-learn-version: "1.4.1.post1"
scikit-learn-version: "1.5.0"
- python-version: "3.8"
numpy-version: "1.26.4"
- python-version: "3.11"
Expand Down

0 comments on commit 3735ac8

Please sign in to comment.