Update face_recognition to 1.2.3 (#22622)
parent
9f2c5b7231
commit
1e96d69688
|
@ -13,7 +13,7 @@ from homeassistant.components.image_processing import PLATFORM_SCHEMA # noqa
|
|||
from homeassistant.components.image_processing import (
|
||||
ImageProcessingFaceEntity, CONF_SOURCE, CONF_ENTITY_ID, CONF_NAME)
|
||||
|
||||
REQUIREMENTS = ['face_recognition==1.0.0']
|
||||
REQUIREMENTS = ['face_recognition==1.2.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ from homeassistant.components.image_processing import (
|
|||
CONF_NAME)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['face_recognition==1.0.0']
|
||||
REQUIREMENTS = ['face_recognition==1.2.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -418,7 +418,7 @@ evohomeclient==0.2.8
|
|||
|
||||
# homeassistant.components.dlib_face_detect.image_processing
|
||||
# homeassistant.components.dlib_face_identify.image_processing
|
||||
# face_recognition==1.0.0
|
||||
# face_recognition==1.2.3
|
||||
|
||||
# homeassistant.components.fastdotcom
|
||||
fastdotcom==0.0.3
|
||||
|
|
Loading…
Reference in New Issue