Skip to content

Commit 51edfa1

Browse files
committed
iter
1 parent efc62a0 commit 51edfa1

File tree

4 files changed

+859
-952
lines changed

4 files changed

+859
-952
lines changed

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
2828
.. _Black: :target: https://github.com/psf/black
2929

30-
.. |PythonMinVersion| replace:: 3.8
31-
.. |NumPyMinVersion| replace:: 1.17.3
32-
.. |SciPyMinVersion| replace:: 1.5.0
33-
.. |ScikitLearnMinVersion| replace:: 1.0.2
34-
.. |MatplotlibMinVersion| replace:: 3.1.2
35-
.. |PandasMinVersion| replace:: 1.0.5
36-
.. |TensorflowMinVersion| replace:: 2.4.3
37-
.. |KerasMinVersion| replace:: 2.4.3
38-
.. |SeabornMinVersion| replace:: 0.9.0
39-
.. |PytestMinVersion| replace:: 5.0.1
30+
.. |PythonMinVersion| replace:: 3.10
31+
.. |NumPyMinVersion| replace:: 1.24.3
32+
.. |SciPyMinVersion| replace:: 1.10.1
33+
.. |ScikitLearnMinVersion| replace:: 1.2.2
34+
.. |MatplotlibMinVersion| replace:: 3.7.3
35+
.. |PandasMinVersion| replace:: 1.5.3
36+
.. |TensorflowMinVersion| replace:: 2.13.1
37+
.. |KerasMinVersion| replace:: 3.0.5
38+
.. |SeabornMinVersion| replace:: 0.12.2
39+
.. |PytestMinVersion| replace:: 7.2.2
4040

4141
imbalanced-learn
4242
================

imblearn/_min_dependencies.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
SCIPY_MIN_VERSION = "1.10.1"
66
PANDAS_MIN_VERSION = "1.5.3"
77
SKLEARN_MIN_VERSION = "1.2.2"
8-
TENSORFLOW_MIN_VERSION = "2.11.1"
8+
TENSORFLOW_MIN_VERSION = "2.13.1"
99
KERAS_MIN_VERSION = "3.0.5"
1010
JOBLIB_MIN_VERSION = "1.1.1"
1111
THREADPOOLCTL_MIN_VERSION = "2.0.0"
@@ -26,7 +26,7 @@
2626
"matplotlib": ("3.7.3", "docs, examples"),
2727
"seaborn": ("0.12.2", "docs, examples"),
2828
"memory_profiler": ("0.61.0", "docs"),
29-
"numpydoc": ("1.5.0", "docs", "tests"),
29+
"numpydoc": ("1.5.0", "docs, tests"),
3030
"pytest": (PYTEST_MIN_VERSION, "tests"),
3131
"pytest-cov": ("4.1.0", "tests"),
3232
"pytest-xdist": ("3.5.0", "tests"),

0 commit comments

Comments
 (0)