FROM ubuntu:lunar-20230615 and lap
install fixes (#3374)
This commit is contained in:
@ -13,7 +13,8 @@ try:
|
||||
except (ImportError, AssertionError, AttributeError):
|
||||
from ultralytics.yolo.utils.checks import check_requirements
|
||||
|
||||
check_requirements('lap>=0.4') # install
|
||||
check_requirements('cython') # required before installing lap from source
|
||||
check_requirements('git+https://github.com/gatagat/lap.git') # more reliable than 'pip install lap'
|
||||
import lap
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user