Revert `lapx` to `lap` (#17908)

Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/17977/head^2
Laughing 1 week ago committed by GitHub
parent 68c63a7e56
commit 9be4b2ca04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      ultralytics/trackers/utils/matching.py

@ -13,7 +13,7 @@ try:
except (ImportError, AssertionError, AttributeError): except (ImportError, AssertionError, AttributeError):
from ultralytics.utils.checks import check_requirements 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 import lap

Loading…
Cancel
Save