From 8e51e66c9bca208712b25c03d3e4245434e92d03 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli <pascal.vizeli@syshack.ch> Date: Thu, 3 Aug 2017 11:36:50 +0200 Subject: [PATCH] Update numpy 1.13.1 (#8806) * Update opencv.py * Update requirements_all.txt --- homeassistant/components/image_processing/opencv.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/image_processing/opencv.py b/homeassistant/components/image_processing/opencv.py index 0de209639a8..9cf3749de6b 100644 --- a/homeassistant/components/image_processing/opencv.py +++ b/homeassistant/components/image_processing/opencv.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 96b48ee63d3..ba177d487f0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 -- GitLab