Upgrade numpy to 1.13.3 (#9646)

This commit is contained in:
Fabian Affolter 2017-10-02 17:15:50 +02:00 committed by GitHub
parent da4048a9ec
commit 5327d2dd1a
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ from homeassistant.components.image_processing import (
ImageProcessingEntity)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['numpy==1.13.1']
REQUIREMENTS = ['numpy==1.13.3']
_LOGGER = logging.getLogger(__name__)

View file

@ -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