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>
This commit is contained in:
parent
68c63a7e56
commit
9be4b2ca04
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue