From 494dd8be59bcd93326b47951a88fc96a33ae2463 Mon Sep 17 00:00:00 2001 From: Keith Ito Date: Fri, 30 Mar 2018 14:46:26 -0700 Subject: [PATCH] Update README to clarify supported versions of TensorFlow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26a684a..1beeefb 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Pull requests are welcome! 1. Install Python 3. 2. Install the latest version of [TensorFlow](https://www.tensorflow.org/install/) for your platform. For better - performance, install with GPU support if it's available. This code works with TensorFlow 1.3 or 1.4. + performance, install with GPU support if it's available. This code works with TensorFlow 1.3 and later. 3. Install requirements: ```