Upgrade numpy to 1.14.5 (#15015)

This commit is contained in:
Fabian Affolter 2018-06-17 15:39:27 +02:00 committed by Paulus Schoutsen
parent ca2712506b
commit bc8093c73b
4 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ from homeassistant.helpers.entity import generate_entity_id
from homeassistant.helpers.event import async_track_state_change
from homeassistant.util import utcnow
REQUIREMENTS = ['numpy==1.14.3']
REQUIREMENTS = ['numpy==1.14.5']
_LOGGER = logging.getLogger(__name__)