Skip to content

Commit

Permalink
Bump tensorflow from 2.0.0 to 2.0.1 in /ml_engine/online_prediction (#…
Browse files Browse the repository at this point in the history
…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] <support@github.com>

* fix: specify tensorflow version

* Fix python2 tf version

Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and leahecole committed Jan 29, 2020
1 parent a3432a1 commit 595bd0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ml_engine/online_prediction/requirements.txt
@@ -1,4 +1,5 @@
tensorflow==2.0.0
tensorflow==2.0.1; python_version > "3.0"
tensorflow==1.15.0; python_version < "3.0"
google-api-python-client==1.7.11
google-auth==1.10.0
google-auth-httplib2==0.0.3

0 comments on commit 595bd0a

Please sign in to comment.