Handle TensorFlow like OpenCV (#18185)
* Handle TensorFlow like OpenCV * Update requirements_all.txt
This commit is contained in:
parent
eb0d989c88
commit
27e159f63f
2 changed files with 1 additions and 5 deletions
|
@ -20,8 +20,7 @@ from homeassistant.core import split_entity_id
|
|||
from homeassistant.helpers import template
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['numpy==1.15.3', 'pillow==5.2.0',
|
||||
'protobuf==3.6.1', 'tensorflow==1.11.0']
|
||||
REQUIREMENTS = ['numpy==1.15.3', 'pillow==5.2.0', 'protobuf==3.6.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue