diff --git a/homeassistant/components/image_processing/tensorflow.py b/homeassistant/components/image_processing/tensorflow.py index f333aa1767c..a2cd997bb76 100644 --- a/homeassistant/components/image_processing/tensorflow.py +++ b/homeassistant/components/image_processing/tensorflow.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index bc115579745..cb687de6551 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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