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