Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 595bd0a

Browse files
Bump tensorflow from 2.0.0 to 2.0.1 in /ml_engine/online_prediction (GoogleCloudPlatform#2751)
* Bump tensorflow from 2.0.0 to 2.0.1 in /ml_engine/online_prediction Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](tensorflow/tensorflow@v2.0.0...v2.0.1) Signed-off-by: dependabot[bot] <[email protected]> * fix: specify tensorflow version * Fix python2 tf version Co-authored-by: Leah E. Cole <[email protected]>
1 parent a3432a1 commit 595bd0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
tensorflow==2.0.0
1+
tensorflow==2.0.1; python_version > "3.0"
2+
tensorflow==1.15.0; python_version < "3.0"
23
google-api-python-client==1.7.11
34
google-auth==1.10.0
45
google-auth-httplib2==0.0.3

0 commit comments

Comments
 (0)