Upgrade numpy to 1.15.2 (#17431)
This commit is contained in:
parent
7b0c88c54b
commit
9305ea9a6b
4 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,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.1']
|
||||
REQUIREMENTS = ['numpy==1.15.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -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.1']
|
||||
REQUIREMENTS = ['numpy==1.15.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -650,7 +650,7 @@ nuheat==0.3.0
|
|||
|
||||
# homeassistant.components.binary_sensor.trend
|
||||
# homeassistant.components.image_processing.opencv
|
||||
numpy==1.15.1
|
||||
numpy==1.15.2
|
||||
|
||||
# homeassistant.components.google
|
||||
oauth2client==4.0.0
|
||||
|
|
|
@ -115,7 +115,7 @@ mficlient==0.3.0
|
|||
|
||||
# homeassistant.components.binary_sensor.trend
|
||||
# homeassistant.components.image_processing.opencv
|
||||
numpy==1.15.1
|
||||
numpy==1.15.2
|
||||
|
||||
# homeassistant.components.mqtt
|
||||
# homeassistant.components.shiftr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue