Skip to content

Commit 9cb474a

Browse files
FIX typo and bump imbens version 0.1.6 (close #19)
1 parent 473bccb commit 9cb474a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
LICENSE = "MIT"
3737
REQUIRED = [
3838
"numpy>=1.13.3",
39-
"pandas>=1.1.3"
39+
"pandas>=1.1.3",
4040
"scipy>=0.19.1",
4141
"scikit-learn>=0.24",
4242
"joblib>=0.11",
4343
"imbalanced-learn>=0.7.0",
44-
"imbalanced-ensemble>=0.1.3",
44+
"imbalanced-ensemble>=0.1.6",
4545
]
4646
EXTRAS = {
4747
}

0 commit comments

Comments
 (0)