File tree 4 files changed +4
-4
lines changed
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:
10
10
* python (>=3.6)
11
11
* numpy (>=1.13.3)
12
12
* scipy (>=0.19.1)
13
- * scikit-learn (>=0.22 )
13
+ * scikit-learn (>=0.23 )
14
14
* keras 2 (optional)
15
15
* tensorflow (optional)
16
16
Original file line number Diff line number Diff line change 22
22
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
23
23
#
24
24
25
- __version__ = "0.7.0.dev0 "
25
+ __version__ = "0.7.0"
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.7.0.dev0
2
+ current_version = 0.7.0
3
3
tag = False
4
4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
5
5
serialize =
Original file line number Diff line number Diff line change 38
38
INSTALL_REQUIRES = [
39
39
'numpy>=1.13.3' ,
40
40
'scipy>=0.19.1' ,
41
- 'scikit-learn>=0.22 ' ,
41
+ 'scikit-learn>=0.23 ' ,
42
42
'joblib>=0.11'
43
43
]
44
44
EXTRAS_REQUIRE = {
You can’t perform that action at this time.
0 commit comments