Skip to content

Commit 8fd6b4c

Browse files
authored
Merge pull request #93057 from anthonychu/20191020-use-tensorflow-115
Change TensorFlow version in Python Functions tutorial to 1.14
2 parents ea09daf + 1c9638b commit 8fd6b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-machine-learning-tensorflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Confirm that *classify* now contains a file named *predict.py*.
175175
The helper library has some dependencies that need to be installed. Open *start/requirements.txt* in your editor and add the following dependencies to the file.
176176

177177
```txt
178-
tensorflow==1.15
178+
tensorflow==1.14
179179
Pillow
180180
requests
181181
```

0 commit comments

Comments
 (0)