Any version of TensorFlow that is beyond 0.12 can be installed in a Windows system:
pip install tensorflow
Do this to install the GPU version (CUDA 8):
pip install tensorflow-gpu
Any version of TensorFlow that is beyond 0.12 can be installed in a Windows system:
pip install tensorflow
Do this to install the GPU version (CUDA 8):
pip install tensorflow-gpu