diff --git a/requirements.txt b/requirements.txt index 8e7974d..c9efd2b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ wheel==0.43.* Pillow>=10.2.0 numpy==1.26.0 opencv-contrib-python>=4.* -scikit-learn==1.3.1 +scikit-learn==1.5.0 gdown==5.1.0 pytest-socket==0.6.0 imutils==0.5.4 diff --git a/setup.py b/setup.py index 61a9490..249639a 100644 --- a/setup.py +++ b/setup.py @@ -67,7 +67,7 @@ def read(file_name): 'Pillow>=10.2.0', 'numpy==1.26.0', 'opencv-contrib-python>=4.9.0.80', - 'scikit-learn==1.3.1', + 'scikit-learn==1.5.0', 'gdown==5.1.0', 'imutils==0.5.4', 'symspellpy==6.7.7'