Skip to content

Commit d866485

Browse files
authored
MAINT compatibility sklearn 1.6 (#1109)
1 parent 554bdb1 commit d866485

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+13211
-17915
lines changed

.coveragerc

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ ignore_errors = True
1010
omit =
1111
*/tests/*
1212
**/setup.py
13+
**/_sklearn_compat.py

.github/workflows/linters.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: prefix-dev/[email protected]
1919
with:
20-
pixi-version: v0.31.0
20+
pixi-version: v0.39.2
2121
frozen: true
2222

2323
- name: Run tests

.github/workflows/tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
ci-py310-min-optional-dependencies,
1919
ci-py310-min-keras,
2020
ci-py310-min-tensorflow,
21-
ci-py311-sklearn-1-3,
2221
ci-py311-sklearn-1-4,
22+
ci-py311-sklearn-1-5,
2323
ci-py311-latest-keras,
2424
ci-py311-latest-tensorflow,
25-
ci-py312-latest-dependencies,
26-
ci-py312-latest-optional-dependencies,
25+
ci-py313-latest-dependencies,
26+
ci-py313-latest-optional-dependencies,
2727
]
2828
exclude:
2929
- os: windows-latest
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040
- uses: prefix-dev/[email protected]
4141
with:
42-
pixi-version: v0.31.0
42+
pixi-version: v0.39.2
4343
environments: ${{ matrix.environment }}
4444
# we can freeze the environment and manually bump the dependencies to the
4545
# latest version time to time.

imblearn/_config.py

-344
This file was deleted.

0 commit comments

Comments
 (0)