Version bump dlib to 1.0.0 (#9316)
This commit is contained in:
parent
5971a7c009
commit
fad914de8c
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.2']
|
||||
REQUIREMENTS = ['face_recognition==1.0.0']
|
||||
|
||||
_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.2']
|
||||
REQUIREMENTS = ['face_recognition==1.0.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -213,7 +213,7 @@ evohomeclient==0.2.5
|
|||
|
||||
# homeassistant.components.image_processing.dlib_face_detect
|
||||
# homeassistant.components.image_processing.dlib_face_identify
|
||||
# face_recognition==0.2.2
|
||||
# face_recognition==1.0.0
|
||||
|
||||
# homeassistant.components.sensor.fastdotcom
|
||||
fastdotcom==0.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue