diff --git a/setup.py b/setup.py index d3dfc09f3..d803a0ce7 100644 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ def check_args(args: List[str]) -> bool: "deprecation>=2.1", "pytest-benchmark>=3.4", "scikit-optimize>=0.8.1", - "scikit-learn>=0.24,!=1.0,<1.2.2", + "scikit-learn>=0.24,!=1.0,<1.2.3", "numpy", "flask>=2.0", "prometheus_client>=0.11",