mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Update numpy 1.13.1 (#8806)
* Update opencv.py * Update requirements_all.txt
This commit is contained in:
parent
57dfe378a1
commit
8e51e66c9b
@ -17,7 +17,7 @@ from homeassistant.components.image_processing import (
|
|||||||
ImageProcessingEntity)
|
ImageProcessingEntity)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['numpy==1.13.0']
|
REQUIREMENTS = ['numpy==1.13.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -416,7 +416,7 @@ netdisco==1.1.0
|
|||||||
neurio==0.3.1
|
neurio==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.image_processing.opencv
|
# homeassistant.components.image_processing.opencv
|
||||||
numpy==1.13.0
|
numpy==1.13.1
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
oauth2client==4.0.0
|
oauth2client==4.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user