Skip to content

Commit f91b229

Browse files
Bump imbalanced-learn from 0.12.0 to 0.12.3 (#297)
Bumps [imbalanced-learn](https://github.com/scikit-learn-contrib/imbalanced-learn) from 0.12.0 to 0.12.3. - [Release notes](https://github.com/scikit-learn-contrib/imbalanced-learn/releases) - [Commits](scikit-learn-contrib/imbalanced-learn@0.12.0...0.12.3) --- updated-dependencies: - dependency-name: imbalanced-learn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcd5463 commit f91b229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mne-bids==0.14
88
mne[data]>=0.24
99
seaborn>=0.12.1
1010
scikit-learn==1.4.2
11-
imbalanced-learn==0.12.0
11+
imbalanced-learn==0.12.3
1212
joblib
1313
pandas
1414
cvxpy==1.5.2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
'mne-bids==0.14',
6060
'seaborn>=0.12.1',
6161
'moabb==1.1.0',
62-
'imbalanced-learn==0.12.0'
62+
'imbalanced-learn==0.12.3'
6363
],
6464
'tests': ['pytest', 'seaborn', 'flake8', 'mne', 'pooch'],
6565
# GPU optimization not available on all platform.

0 commit comments

Comments
 (0)