Skip to content

Commit

Permalink
MAINT compatibility sklearn 1.6 (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre authored Dec 18, 2024
1 parent 554bdb1 commit d866485
Show file tree
Hide file tree
Showing 53 changed files with 13,211 additions and 17,915 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ ignore_errors = True
omit =
*/tests/*
**/setup.py
**/_sklearn_compat.py
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.31.0
pixi-version: v0.39.2
frozen: true

- name: Run tests
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
ci-py310-min-optional-dependencies,
ci-py310-min-keras,
ci-py310-min-tensorflow,
ci-py311-sklearn-1-3,
ci-py311-sklearn-1-4,
ci-py311-sklearn-1-5,
ci-py311-latest-keras,
ci-py311-latest-tensorflow,
ci-py312-latest-dependencies,
ci-py312-latest-optional-dependencies,
ci-py313-latest-dependencies,
ci-py313-latest-optional-dependencies,
]
exclude:
- os: windows-latest
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.31.0
pixi-version: v0.39.2
environments: ${{ matrix.environment }}
# we can freeze the environment and manually bump the dependencies to the
# latest version time to time.
Expand Down
344 changes: 0 additions & 344 deletions imblearn/_config.py

This file was deleted.

Loading

0 comments on commit d866485

Please sign in to comment.