Upgrade numpy to 1.16.2 (#21525)

This commit is contained in:
Fabian Affolter 2019-02-28 17:46:21 +05:30 committed by GitHub
parent 342ddbfe8c
commit 3e8e998078
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 13 deletions

View file

@ -17,7 +17,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.16.1']
REQUIREMENTS = ['numpy==1.16.2']
_LOGGER = logging.getLogger(__name__)