Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading