From 8c90f67560920224e466d0389ac1bbf46e00773c Mon Sep 17 00:00:00 2001 From: Alex Nichol Date: Fri, 15 Dec 2017 15:54:43 -0800 Subject: [PATCH] don't list TensorFlow as a requirement fixes #146 A better (more involved) solution might be to check for a TensorFlow installation manually in setup.py and deal with that accordingly. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index a79be4d..13c37f0 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,6 @@ setup(name='baselines', 'joblib', 'zmq', 'dill', - 'tensorflow >= 1.0.0', 'azure==1.0.3', 'progressbar2', 'mpi4py',