We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704a4c0 commit 1604189Copy full SHA for 1604189
README.rst
@@ -30,7 +30,7 @@
30
.. |PythonMinVersion| replace:: 3.7
31
.. |NumPyMinVersion| replace:: 1.14.6
32
.. |SciPyMinVersion| replace:: 1.1.0
33
-.. |ScikitLearnMinVersion| replace:: 0.24.2
+.. |ScikitLearnMinVersion| replace:: 1.0.2
34
.. |MatplotlibMinVersion| replace:: 2.2.3
35
.. |PandasMinVersion| replace:: 0.25.0
36
.. |TensorflowMinVersion| replace:: 2.4.3
imblearn/_min_dependencies.py
@@ -12,7 +12,7 @@
12
NUMPY_MIN_VERSION = "1.14.6"
13
SCIPY_MIN_VERSION = "1.1.0"
14
PANDAS_MIN_VERSION = "0.25.0"
15
-SKLEARN_MIN_VERSION = "0.24.2"
+SKLEARN_MIN_VERSION = "1.0.2"
16
TENSORFLOW_MIN_VERSION = "2.4.3"
17
KERAS_MIN_VERSION = "2.4.3"
18
JOBLIB_MIN_VERSION = "0.11"
0 commit comments