Upgrade numpy to 1.16.2 (#21525)
This commit is contained in:
parent
342ddbfe8c
commit
3e8e998078
6 changed files with 8 additions and 13 deletions
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue