Skip to content

Commit

Permalink
Require tensorflow 1.4.1 (Unity-Technologies#315)
Browse files Browse the repository at this point in the history
* Require tensorflow 1.4.1

* modified the python/README.md
  • Loading branch information
vincentpierre authored and awjuliani committed Feb 5, 2018
1 parent b43a41d commit af19862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* numpy
* Pillow
* Python (2 or 3)
* Tensorflow (1.0+)
* Tensorflow (1.4)

### Installing Dependencies
To install dependencies, run:
Expand Down
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tensorflow>=1.0
tensorflow==1.4.1
Pillow>=4.2.1
matplotlib
numpy>=1.11.0
Expand Down

0 comments on commit af19862

Please sign in to comment.