Skip to content

Commit

Permalink
Bump imbalanced-learn from 0.11.0 to 0.12.0 (#249)
Browse files Browse the repository at this point in the history
Bumps [imbalanced-learn](https://github.com/scikit-learn-contrib/imbalanced-learn) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/scikit-learn-contrib/imbalanced-learn/releases)
- [Commits](scikit-learn-contrib/imbalanced-learn@0.11.0...0.12.0)

---
updated-dependencies:
- dependency-name: imbalanced-learn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 792bf38 commit 045a36a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cython
mne[data]>=0.24
seaborn>=0.12.1
scikit-learn==1.3.2
imbalanced-learn==0.11.0
imbalanced-learn==0.12.0
joblib
pandas
cvxpy==1.4.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'mne',
'seaborn>=0.12.1',
'moabb>=1.0.0',
'imbalanced-learn==0.11.0'
'imbalanced-learn==0.12.0'
],
'tests': ['pytest', 'seaborn', 'flake8', 'mne', 'pooch'],
# GPU optimization not available on all platform.
Expand Down

0 comments on commit 045a36a

Please sign in to comment.