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.
This commit is contained in:
Alex Nichol
2017-12-15 15:54:43 -08:00
parent 2444034d11
commit 8c90f67560

View File

@@ -16,7 +16,6 @@ setup(name='baselines',
'joblib',
'zmq',
'dill',
'tensorflow >= 1.0.0',
'azure==1.0.3',
'progressbar2',
'mpi4py',