mirror of
https://github.com/home-assistant/core.git
synced 2025-11-24 18:26:58 +00:00
Upgrade numpy to 1.14.5 (#15015)
This commit is contained in:
committed by
Paulus Schoutsen
parent
ca2712506b
commit
bc8093c73b
@@ -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.14.3']
|
||||
REQUIREMENTS = ['numpy==1.14.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user