Update setup.py
Co-authored-by: Reuben Morais <reuben.morais@gmail.com>
This commit is contained in:
parent
f4f4903b2b
commit
07c8daef43
2
setup.py
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user