Skip to content

Commit 1604189

Browse files
committed
bump minimum version scikit-learn
1 parent 704a4c0 commit 1604189

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
.. |PythonMinVersion| replace:: 3.7
3131
.. |NumPyMinVersion| replace:: 1.14.6
3232
.. |SciPyMinVersion| replace:: 1.1.0
33-
.. |ScikitLearnMinVersion| replace:: 0.24.2
33+
.. |ScikitLearnMinVersion| replace:: 1.0.2
3434
.. |MatplotlibMinVersion| replace:: 2.2.3
3535
.. |PandasMinVersion| replace:: 0.25.0
3636
.. |TensorflowMinVersion| replace:: 2.4.3

imblearn/_min_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
NUMPY_MIN_VERSION = "1.14.6"
1313
SCIPY_MIN_VERSION = "1.1.0"
1414
PANDAS_MIN_VERSION = "0.25.0"
15-
SKLEARN_MIN_VERSION = "0.24.2"
15+
SKLEARN_MIN_VERSION = "1.0.2"
1616
TENSORFLOW_MIN_VERSION = "2.4.3"
1717
KERAS_MIN_VERSION = "2.4.3"
1818
JOBLIB_MIN_VERSION = "0.11"

0 commit comments

Comments
 (0)