Add scikit_learn to requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
numpy>=1.26.4
|
2 |
opencv-python>=4.8.0.74
|
3 |
-
torch
|
4 |
pillow>=10.0.0
|
|
|
|
|
5 |
torchvision>=0.16.2
|
6 |
ultralytics>=8.1.15
|
|
|
1 |
numpy>=1.26.4
|
2 |
opencv-python>=4.8.0.74
|
|
|
3 |
pillow>=10.0.0
|
4 |
+
scikit_learn==1.2.2
|
5 |
+
torch
|
6 |
torchvision>=0.16.2
|
7 |
ultralytics>=8.1.15
|