From ae6d6f845f041f976a28cc77c2c4d14aac4f99cb Mon Sep 17 00:00:00 2001 From: Lee Yang Date: Fri, 5 Apr 2019 11:38:20 -0700 Subject: [PATCH] remove tensorflow as explicit dependency to allow tensorflow-gpu and tf-nightly pkg installs --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 1ac3967d..c29a9c8b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,6 @@ author='Yahoo, Inc.', url='https://github.com/yahoo/TensorFlowOnSpark', keywords=['tensorflowonspark', 'tensorflow', 'spark', 'machine learning', 'yahoo'], - install_requires=['tensorflow'], license='Apache 2.0', classifiers=[ 'Development Status :: 4 - Beta',