From dd46aa0c382170d6f2e3307898020520fd4ec979 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 2 Oct 2017 08:53:07 +0200 Subject: [PATCH] Upgrade numpy to 1.13.3 --- 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 9cf3749de6bf8..3264fc5c96cc9 100644 --- a/homeassistant/components/image_processing/opencv.py +++ b/homeassistant/components/image_processing/opencv.py @@ -17,7 +17,7 @@ ImageProcessingEntity) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['numpy==1.13.1'] +REQUIREMENTS = ['numpy==1.13.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 911261115f344..c6081d798a8bf 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -449,7 +449,7 @@ netdisco==1.2.0 neurio==0.3.1 # homeassistant.components.image_processing.opencv -numpy==1.13.1 +numpy==1.13.3 # homeassistant.components.google oauth2client==4.0.0