mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Bump dlib face_recognition to 0.2.2 (#9060)
This commit is contained in:
parent
fee89d8d16
commit
ebd64cded9
@ -15,7 +15,7 @@ from homeassistant.components.image_processing import (
|
|||||||
from homeassistant.components.image_processing.microsoft_face_identify import (
|
from homeassistant.components.image_processing.microsoft_face_identify import (
|
||||||
ImageProcessingFaceEntity)
|
ImageProcessingFaceEntity)
|
||||||
|
|
||||||
REQUIREMENTS = ['face_recognition==0.2.0']
|
REQUIREMENTS = ['face_recognition==0.2.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ from homeassistant.components.image_processing.microsoft_face_identify import (
|
|||||||
ImageProcessingFaceEntity)
|
ImageProcessingFaceEntity)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['face_recognition==0.2.0']
|
REQUIREMENTS = ['face_recognition==0.2.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -210,7 +210,7 @@ evohomeclient==0.2.5
|
|||||||
|
|
||||||
# homeassistant.components.image_processing.dlib_face_detect
|
# homeassistant.components.image_processing.dlib_face_detect
|
||||||
# homeassistant.components.image_processing.dlib_face_identify
|
# homeassistant.components.image_processing.dlib_face_identify
|
||||||
# face_recognition==0.2.0
|
# face_recognition==0.2.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.fastdotcom
|
# homeassistant.components.sensor.fastdotcom
|
||||||
fastdotcom==0.0.1
|
fastdotcom==0.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user