Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions homeassistant/components/image_processing/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
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__)

Expand Down
3 changes: 0 additions & 3 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down