Handle TensorFlow like OpenCV (#18185)

* Handle TensorFlow like OpenCV

* Update requirements_all.txt
This commit is contained in:
Pascal Vizeli 2018-11-04 15:15:14 +01:00 committed by GitHub
parent eb0d989c88
commit 27e159f63f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -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__)

View file

@ -1472,9 +1472,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