Update numpy 1.13.1 (#8806)
* Update opencv.py * Update requirements_all.txt
This commit is contained in:
parent
57dfe378a1
commit
8e51e66c9b
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ from homeassistant.components.image_processing import (
|
|||
ImageProcessingEntity)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['numpy==1.13.0']
|
||||
REQUIREMENTS = ['numpy==1.13.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -416,7 +416,7 @@ netdisco==1.1.0
|
|||
neurio==0.3.1
|
||||
|
||||
# homeassistant.components.image_processing.opencv
|
||||
numpy==1.13.0
|
||||
numpy==1.13.1
|
||||
|
||||
# homeassistant.components.google
|
||||
oauth2client==4.0.0
|
||||
|
|
Loading…
Add table
Reference in a new issue