Skip to content

Commit ffabce0

Browse files
committed
bumpversion 0.7.X
1 parent a62fe42 commit ffabce0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/install.rst

+1-1
Original file line numberDiff line numberDiff 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

imblearn/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
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"

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.0.dev0
2+
current_version = 0.7.0
33
tag = False
44
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
55
serialize =

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
INSTALL_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
]
4444
EXTRAS_REQUIRE = {

0 commit comments

Comments
 (0)