Upgrade numpy to 1.15.1 (#16126)
This commit is contained in:
parent
2e6cb2235c
commit
b0c2d24997
4 changed files with 4 additions and 4 deletions
|
@ -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.15.0']
|
||||
REQUIREMENTS = ['numpy==1.15.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue