FROM ubuntu:lunar-20230615 and lap install fixes (#3374)
This commit is contained in:
parent
ca2c8774d8
commit
9b00d37022
3 changed files with 9 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue