Bump dlib face_recognition to 0.2.0 (#8345)
* Update dlib_face_detect.py * Update dlib_face_identify.py * Update requirements_all.txtpull/8352/head
parent
6496c38ce6
commit
23fc5e2c9f
|
@ -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.1.14']
|
REQUIREMENTS = ['face_recognition==0.2.0']
|
||||||
|
|
||||||
_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.1.14']
|
REQUIREMENTS = ['face_recognition==0.2.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -191,7 +191,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.1.14
|
# face_recognition==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.fastdotcom
|
# homeassistant.components.sensor.fastdotcom
|
||||||
fastdotcom==0.0.1
|
fastdotcom==0.0.1
|
||||||
|
|
Loading…
Reference in New Issue