File tree Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Expand file tree Collapse file tree 7 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ The dependency requirements are based on the last scikit-learn release:
5757
5858* scipy(>=0.17)
5959* numpy(>=1.11)
60- * scikit-learn(>=0.21 )
60+ * scikit-learn(>=0.22 )
6161* joblib(>=0.11)
6262* keras 2 (optional)
6363* tensorflow (optional)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The imbalanced-learn package requires the following dependencies:
99
1010* numpy (>=1.11)
1111* scipy (>=0.17)
12- * scikit-learn (>=0.21 )
12+ * scikit-learn (>=0.22 )
1313* keras 2 (optional)
1414* tensorflow (optional)
1515
Original file line number Diff line number Diff line change 11.. _changes_0_6 :
22
3- Version 0.6.0 (under-development)
4- =================================
3+ Version 0.6.0
4+ =============
55
66Changelog
77---------
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.6.0.dev0 "
25+ __version__ = "0.6.0"
Original file line number Diff line number Diff line change 11numpy >= 1.11
22scipy >= 0.17
3- scikit-learn >= 0.21
3+ scikit-learn >= 0.22
44joblib >= 0.11
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.6.0.dev0
2+ current_version = 0.6.0
33tag = False
44parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
55serialize =
@@ -21,14 +21,14 @@ test = pytest
2121
2222[tool:pytest]
2323doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
24- addopts =
25- --ignore build_tools
26- --ignore benchmarks
27- --ignore doc
28- --ignore examples
29- --ignore maint_tools
30- --doctest-modules
31- -rs
24+ addopts =
25+ --ignore build_tools
26+ --ignore benchmarks
27+ --ignore doc
28+ --ignore examples
29+ --ignore maint_tools
30+ --doctest-modules
31+ -rs
32+ filterwarnings =
33+ ignore:the matrix subclass:PendingDeprecationWarning
3234
33- filterwarnings =
34- ignore:the matrix subclass:PendingDeprecationWarning
Original file line number Diff line number Diff line change 3838INSTALL_REQUIRES = [
3939 'numpy>=1.11' ,
4040 'scipy>=0.17' ,
41- 'scikit-learn>=0.21 ' ,
41+ 'scikit-learn>=0.22 ' ,
4242 'joblib>=0.11'
4343]
4444EXTRAS_REQUIRE = {
You can’t perform that action at this time.
0 commit comments