Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 9ef32ec

Browse files
afrozenatorCopybara-Service
authored andcommitted
1.12 hasn't been released yet.
PiperOrigin-RevId: 219229656
1 parent ea96ab3 commit 9ef32ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ env:
1313
- T2T_PROBLEM=algorithmic_reverse_binary40_test
1414
- T2T_DATA_DIR=/tmp/t2t-data
1515
- T2T_TRAIN_DIR=/tmp/t2t-train
16-
- TF_LATEST="1.12*"
16+
- TF_LATEST="1.11.*"
1717
# This is necessary to have gsutil work with Python 2.7
1818
- BOTO_CONFIG=/dev/null
1919
matrix:
2020
# We test against recent versions of TensorFlow and tf-nightly.
2121
# If updating, also update TF_LATEST above
22+
- TF_VERSION="1.10.*"
2223
- TF_VERSION="1.11.*"
23-
- TF_VERSION="1.12.*"
2424
- TF_VERSION="tf-nightly"
2525
matrix:
2626
exclude:
2727
# We test against all versions in Python 2 but only the latest in Python 3
2828
- python: "3.6"
29-
env: TF_VERSION="1.11.*"
29+
env: TF_VERSION="1.10.*"
3030
- python: "3.6"
3131
env: TF_VERSION="tf-nightly"
3232
before_install:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
'tqdm',
5151
],
5252
extras_require={
53-
'tensorflow': ['tensorflow>=1.11.0'],
54-
'tensorflow_gpu': ['tensorflow-gpu>=1.11.0'],
53+
'tensorflow': ['tensorflow>=1.9.0'],
54+
'tensorflow_gpu': ['tensorflow-gpu>=1.9.0'],
5555
'tensorflow-hub': ['tensorflow-hub>=0.1.1'],
5656
'tests': [
5757
'absl-py',

0 commit comments

Comments
 (0)