From 07c8daef43f94b04dfe978eda81388388406ad6c Mon Sep 17 00:00:00 2001 From: lissyx <1645737+lissyx@users.noreply.github.com> Date: Wed, 17 Jun 2020 12:50:17 +0200 Subject: [PATCH] Update setup.py Co-authored-by: Reuben Morais --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7fd995c8..91a9af5b 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ def main(): else: install_requires = install_requires_base + decoder_pypi_dep - if len(os.environ.get('DS_NOTENSORFLOW', '')) > 0: + if os.environ.get('DS_NOTENSORFLOW', ''): install_requires = install_requires else: install_requires = install_requires + tensorflow_pypi_dep