Upgrade numpy to 1.15.3 (#17796)

This commit is contained in:
Fabian Affolter
2018-10-26 10:35:21 +02:00
committed by GitHub
parent c00da509a1
commit 714d44c503
4 changed files with 6 additions and 8 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.2']
REQUIREMENTS = ['numpy==1.15.3']
_LOGGER = logging.getLogger(__name__)