diff --git a/python/README.md b/python/README.md index 2a1f49db80..4871a47ee2 100755 --- a/python/README.md +++ b/python/README.md @@ -11,7 +11,7 @@ * numpy * Pillow * Python (2 or 3) -* Tensorflow (1.0+) +* Tensorflow (1.4) ### Installing Dependencies To install dependencies, run: diff --git a/python/requirements.txt b/python/requirements.txt index 9d1888ff22..cb4d268069 100755 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ -tensorflow>=1.0 +tensorflow==1.4.1 Pillow>=4.2.1 matplotlib numpy>=1.11.0