Skip to content

Commit

Permalink
Bumped tf2 version to 2.0.0 (#13412)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldemarmiesse authored and fchollet committed Oct 9, 2019
1 parent b75b2f7 commit 97e3916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -60,7 +60,7 @@ install:

# install TensorFlow (CPU version).
- if [[ "$MODE" == "TF2" ]]; then
pip install tf-nightly-2.0-preview --progress-bar off;
pip install tensorflow==2.0.0 --progress-bar off;
else
pip install tensorflow==1.14.0 --progress-bar off;
fi
Expand Down

0 comments on commit 97e3916

Please sign in to comment.