Upgrade numpy to 1.15.2 (#17431)

This commit is contained in:
Fabian Affolter 2018-10-14 17:13:25 +02:00 committed by Daniel Høyer Iversen
parent 7b0c88c54b
commit 9305ea9a6b
4 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ from homeassistant.components.image_processing import (
from homeassistant.core import split_entity_id
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['numpy==1.15.1']
REQUIREMENTS = ['numpy==1.15.2']
_LOGGER = logging.getLogger(__name__)