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
|
from homeassistant.helpers import template
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['numpy==1.15.3', 'pillow==5.2.0',
|
REQUIREMENTS = ['numpy==1.15.3', 'pillow==5.2.0', 'protobuf==3.6.1']
|
||||||
'protobuf==3.6.1', 'tensorflow==1.11.0']
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -1472,9 +1472,6 @@ temescal==0.1
|
||||||
# homeassistant.components.sensor.temper
|
# homeassistant.components.sensor.temper
|
||||||
temperusb==1.5.3
|
temperusb==1.5.3
|
||||||
|
|
||||||
# homeassistant.components.image_processing.tensorflow
|
|
||||||
tensorflow==1.11.0
|
|
||||||
|
|
||||||
# homeassistant.components.tesla
|
# homeassistant.components.tesla
|
||||||
teslajsonpy==0.0.23
|
teslajsonpy==0.0.23
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue