mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Update numpy 1.13.0 (#8059)
This commit is contained in:
parent
9b640f6a81
commit
e90ae2fb75
@ -17,7 +17,7 @@ from homeassistant.components.image_processing import (
|
||||
ImageProcessingEntity)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['numpy==1.12.0']
|
||||
REQUIREMENTS = ['numpy==1.13.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -398,7 +398,7 @@ netdisco==1.0.1
|
||||
neurio==0.3.1
|
||||
|
||||
# homeassistant.components.image_processing.opencv
|
||||
numpy==1.12.0
|
||||
numpy==1.13.0
|
||||
|
||||
# homeassistant.components.google
|
||||
oauth2client==4.0.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user