diff --git a/pyproject.toml b/pyproject.toml index 0d1efe9..23e6a5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ dependencies = [ "opencv-python>=4.1.2", "Pillow>=9.2,<9.4", - "scikit-learn~=1.1.1", + "scikit-learn>=1.1.1,<1.3.0", "numpy~=1.23.1" ] dynamic = ["version"]