lapx
package replacement for lap
(#3383)
This commit is contained in:
@ -13,8 +13,7 @@ try:
|
||||
except (ImportError, AssertionError, AttributeError):
|
||||
from ultralytics.yolo.utils.checks import check_requirements
|
||||
|
||||
check_requirements('cython') # required before installing lap from source
|
||||
check_requirements('git+https://github.com/gatagat/lap.git') # more reliable than 'pip install lap'
|
||||
check_requirements('lapx>=0.5.2') # update to lap package from https://github.com/rathaROG/lapx
|
||||
import lap
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user