mirror of
https://github.com/home-assistant/core.git
synced 2025-11-26 19:18:05 +00:00
Update numpy 1.13.1 (#8806)
* Update opencv.py * Update requirements_all.txt
This commit is contained in:
committed by
Fabian Affolter
parent
57dfe378a1
commit
8e51e66c9b
@@ -17,7 +17,7 @@ from homeassistant.components.image_processing import (
|
||||
ImageProcessingEntity)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['numpy==1.13.0']
|
||||
REQUIREMENTS = ['numpy==1.13.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user