We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9286f18 + 74142bf commit 48a4554Copy full SHA for 48a4554
requirements.txt
@@ -5,7 +5,7 @@ wheel==0.43.*
5
Pillow>=10.2.0
6
numpy==1.26.0
7
opencv-contrib-python>=4.*
8
-scikit-learn==1.3.1
+scikit-learn==1.5.0
9
gdown==5.1.0
10
pytest-socket==0.6.0
11
imutils==0.5.4
setup.py
@@ -67,7 +67,7 @@ def read(file_name):
67
'Pillow>=10.2.0',
68
'numpy==1.26.0',
69
'opencv-contrib-python>=4.9.0.80',
70
- 'scikit-learn==1.3.1',
+ 'scikit-learn==1.5.0',
71
'gdown==5.1.0',
72
'imutils==0.5.4',
73
'symspellpy==6.7.7'
0 commit comments