diff --git a/conanfile.py b/conanfile.py index e50404b..57eedcb 100644 --- a/conanfile.py +++ b/conanfile.py @@ -45,7 +45,7 @@ "highgui": True, "imgcodecs": True, "imgproc": True, - "ml": False, # not implemented + "ml": True, # not implemented "objdetect": True, "photo": True, "stitching": True,