From ef7fdfce4ec447c6d7ef8cefcbfc784e0fa1b573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:25:52 +0000 Subject: [PATCH] Bump tensorflow from 1.10 to 2.6.4 in /census Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.10 to 2.6.4. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.10.0...v2.6.4) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- census/keras/requirements.txt | 2 +- census/requirements.txt | 2 +- census/tftransformestimator/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/census/keras/requirements.txt b/census/keras/requirements.txt index fc06a1454..c024144f5 100644 --- a/census/keras/requirements.txt +++ b/census/keras/requirements.txt @@ -1,4 +1,4 @@ -tensorflow>=1.8,<=1.9 +tensorflow>=1.8,<2.7 Keras>=2.0.4,<3.0 h5py>=2.7.0,<3.0 pandas>=0.18.0,<1.0 diff --git a/census/requirements.txt b/census/requirements.txt index 8fdf7c5c5..8aa518758 100644 --- a/census/requirements.txt +++ b/census/requirements.txt @@ -1,5 +1,5 @@ # Requirements for all census samples. -tensorflow==1.10 +tensorflow==2.6.4 # Requirements for keras example only for sample.sh. future==0.16.0 h5py>=2.7.0,<3.0 diff --git a/census/tftransformestimator/requirements.txt b/census/tftransformestimator/requirements.txt index e67ffe375..a15aea82f 100644 --- a/census/tftransformestimator/requirements.txt +++ b/census/tftransformestimator/requirements.txt @@ -1,4 +1,4 @@ pip==9.0.1 apache-beam[gcp]==2.2.0 -tensorflow>=1.4, <1.5 +tensorflow>=1.4, <2.7 tensorflow-transform>=0.4, <0.5