Skip to content

MAINT compatibility sklearn 1.6 #1109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Dec 18, 2024
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/setup-pixi@v0.8.1
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/setup-pixi@v0.8.1
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
Loading