File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The imbalanced-learn package requires the following dependencies:
1010* python (>=3.6)
1111* numpy (>=1.13.3)
1212* scipy (>=0.19.1)
13- * scikit-learn (>=0.22 )
13+ * scikit-learn (>=0.23 )
1414* keras 2 (optional)
1515* tensorflow (optional)
1616
Original file line number Diff line number Diff line change 2222# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
2323#
2424
25- __version__ = "0.7.0.dev0 "
25+ __version__ = "0.7.0"
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.7.0.dev0
2+ current_version = 0.7.0
33tag = False
44parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
55serialize =
Original file line number Diff line number Diff line change 3838INSTALL_REQUIRES = [
3939 'numpy>=1.13.3' ,
4040 'scipy>=0.19.1' ,
41- 'scikit-learn>=0.22 ' ,
41+ 'scikit-learn>=0.23 ' ,
4242 'joblib>=0.11'
4343]
4444EXTRAS_REQUIRE = {
You can’t perform that action at this time.
0 commit comments