mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Update face_recognition to 1.2.3 (#22622)
This commit is contained in:
parent
e0b4e88544
commit
56c75d7706
@ -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__)
|
||||
|
||||
|
@ -415,7 +415,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…
x
Reference in New Issue
Block a user