Skip to content

Commit

Permalink
update CI to test 1.6.1 (#1158)
Browse files Browse the repository at this point in the history
Signed-off-by: xadupre <[email protected]>
  • Loading branch information
xadupre authored Jan 23, 2025
1 parent 6652a5c commit d600333
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
sklearn_version: ['==1.6.0', '==1.5.2', '==1.4.2', '==1.3.2', '==1.2.2', '==1.1.3']
sklearn_version: ['==1.6.1', '==1.5.2', '==1.4.2', '==1.3.2', '==1.2.2', '==1.1.3']
include:
- sklearn_version: '==1.6.0'
- sklearn_version: '==1.6.1'
documentation: 1
numpy_version: '>=2.0'
scipy_version: '>=1.7.0'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest]
sklearn_version: ['==1.6.0', '==1.5.2', '==1.4.2', '==1.3.2', '==1.2.2', '==1.1.3']
sklearn_version: ['==1.6.1', '==1.5.2', '==1.4.2', '==1.3.2', '==1.2.2', '==1.1.3']
include:
- sklearn_version: '==1.6.0'
- sklearn_version: '==1.6.1'
python_version: '3.12'
numpy_version: '>=2.0'
scipy_version: '>=1.7.0'
Expand Down

0 comments on commit d600333

Please sign in to comment.