Bump dlib face_recognition to 0.2.2 (#9060)
This commit is contained in:
parent
fee89d8d16
commit
ebd64cded9
3 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ from homeassistant.components.image_processing import (
|
|||
from homeassistant.components.image_processing.microsoft_face_identify import (
|
||||
ImageProcessingFaceEntity)
|
||||
|
||||
REQUIREMENTS = ['face_recognition==0.2.0']
|
||||
REQUIREMENTS = ['face_recognition==0.2.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ from homeassistant.components.image_processing.microsoft_face_identify import (
|
|||
ImageProcessingFaceEntity)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['face_recognition==0.2.0']
|
||||
REQUIREMENTS = ['face_recognition==0.2.2']
|
||||
|
||||
_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_identify
|
||||
# face_recognition==0.2.0
|
||||
# face_recognition==0.2.2
|
||||
|
||||
# homeassistant.components.sensor.fastdotcom
|
||||
fastdotcom==0.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue