Handle TensorFlow like OpenCV (#18185)
* Handle TensorFlow like OpenCV * Update requirements_all.txt
This commit is contained in:
parent
31737c5100
commit
b3bd59efb0
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__)
|
||||
|
||||
|
|
|
@ -1469,9 +1469,6 @@ temescal==0.1
|
|||
# homeassistant.components.sensor.temper
|
||||
temperusb==1.5.3
|
||||
|
||||
# homeassistant.components.image_processing.tensorflow
|
||||
tensorflow==1.11.0
|
||||
|
||||
# homeassistant.components.tesla
|
||||
teslajsonpy==0.0.23
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue