mirror of
https://github.com/home-assistant/core.git
synced 2025-11-24 10:16:58 +00:00
Upgrade numpy to 1.13.3 (#9646)
This commit is contained in:
@@ -17,7 +17,7 @@ from homeassistant.components.image_processing import (
|
||||
ImageProcessingEntity)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['numpy==1.13.1']
|
||||
REQUIREMENTS = ['numpy==1.13.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user