Add tests before pushing to Docker Hub (#3924)
This commit is contained in:
@ -465,7 +465,7 @@ class Exporter:
|
||||
@try_export
|
||||
def export_coreml(self, prefix=colorstr('CoreML:')):
|
||||
"""YOLOv8 CoreML export."""
|
||||
check_requirements('coremltools>=6.0')
|
||||
check_requirements('coremltools>=6.0,<=6.2')
|
||||
import coremltools as ct # noqa
|
||||
|
||||
LOGGER.info(f'\n{prefix} starting export with coremltools {ct.__version__}...')
|
||||
|
Reference in New Issue
Block a user