From 9be4b2ca0420d3938b0c90ab6f8452c5f8c05a96 Mon Sep 17 00:00:00 2001 From: Laughing <61612323+Laughing-q@users.noreply.github.com> Date: Fri, 6 Dec 2024 04:52:41 +0800 Subject: [PATCH] Revert `lapx` to `lap` (#17908) Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com> Co-authored-by: Glenn Jocher --- ultralytics/trackers/utils/matching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ultralytics/trackers/utils/matching.py b/ultralytics/trackers/utils/matching.py index b062d938e5..4a3a420af4 100644 --- a/ultralytics/trackers/utils/matching.py +++ b/ultralytics/trackers/utils/matching.py @@ -13,7 +13,7 @@ try: except (ImportError, AssertionError, AttributeError): from ultralytics.utils.checks import check_requirements - check_requirements("lapx>=0.5.2") # update to lap package from https://github.com/rathaROG/lapx + check_requirements("lap>=0.5.12") # https://github.com/gatagat/lap import lap