mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Upgrade numpy to 1.14.3 (#14187)
This commit is contained in:
parent
02a12a0bb4
commit
d7eced95fa
@ -23,7 +23,7 @@ from homeassistant.helpers.entity import generate_entity_id
|
|||||||
from homeassistant.helpers.event import async_track_state_change
|
from homeassistant.helpers.event import async_track_state_change
|
||||||
from homeassistant.util import utcnow
|
from homeassistant.util import utcnow
|
||||||
|
|
||||||
REQUIREMENTS = ['numpy==1.14.2']
|
REQUIREMENTS = ['numpy==1.14.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ from homeassistant.components.image_processing import (
|
|||||||
from homeassistant.core import split_entity_id
|
from homeassistant.core import split_entity_id
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['numpy==1.14.2']
|
REQUIREMENTS = ['numpy==1.14.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -563,7 +563,7 @@ nuheat==0.3.0
|
|||||||
|
|
||||||
# homeassistant.components.binary_sensor.trend
|
# homeassistant.components.binary_sensor.trend
|
||||||
# homeassistant.components.image_processing.opencv
|
# homeassistant.components.image_processing.opencv
|
||||||
numpy==1.14.2
|
numpy==1.14.3
|
||||||
|
|
||||||
# homeassistant.components.google
|
# homeassistant.components.google
|
||||||
oauth2client==4.0.0
|
oauth2client==4.0.0
|
||||||
|
@ -99,7 +99,7 @@ mficlient==0.3.0
|
|||||||
|
|
||||||
# homeassistant.components.binary_sensor.trend
|
# homeassistant.components.binary_sensor.trend
|
||||||
# homeassistant.components.image_processing.opencv
|
# homeassistant.components.image_processing.opencv
|
||||||
numpy==1.14.2
|
numpy==1.14.3
|
||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
# homeassistant.components.shiftr
|
# homeassistant.components.shiftr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user