From c999e8c9edf12155b8cee54b8efffe57b2e37fdb Mon Sep 17 00:00:00 2001 From: Dowon Date: Sat, 7 Dec 2024 20:09:36 +0900 Subject: [PATCH] fix: install.py ultralytics --- install.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/install.py b/install.py index 4718666..1868c07 100644 --- a/install.py +++ b/install.py @@ -8,8 +8,10 @@ from importlib.metadata import version # python >= 3.8 from packaging.version import parse import_name = {"py-cpuinfo": "cpuinfo", "protobuf": "google.protobuf"} -custom_requirements = {"ultralytics": "ultralytics>=8.3.0,!=8.3.41,!=8.3.42"} -excluded_versions = {"ultralytics": ("8.3.41", "8.3.42")} +custom_requirements = { + "ultralytics": "ultralytics>=8.3.0,!=8.3.41,!=8.3.42,!=8.3.45,!=8.3.46" +} +excluded_versions = {"ultralytics": ("8.3.41", "8.3.42", "8.3.45", "8.3.46")} def is_installed(