This repository was archived by the owner on Jul 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
- T2T_PROBLEM=algorithmic_reverse_binary40_test
14
14
- T2T_DATA_DIR=/tmp/t2t-data
15
15
- T2T_TRAIN_DIR=/tmp/t2t-train
16
- - TF_LATEST="1.12 *"
16
+ - TF_LATEST="1.11. *"
17
17
# This is necessary to have gsutil work with Python 2.7
18
18
- BOTO_CONFIG=/dev/null
19
19
matrix :
20
20
# We test against recent versions of TensorFlow and tf-nightly.
21
21
# If updating, also update TF_LATEST above
22
+ - TF_VERSION="1.10.*"
22
23
- TF_VERSION="1.11.*"
23
- - TF_VERSION="1.12.*"
24
24
- TF_VERSION="tf-nightly"
25
25
matrix :
26
26
exclude :
27
27
# We test against all versions in Python 2 but only the latest in Python 3
28
28
- python : " 3.6"
29
- env : TF_VERSION="1.11 .*"
29
+ env : TF_VERSION="1.10 .*"
30
30
- python : " 3.6"
31
31
env : TF_VERSION="tf-nightly"
32
32
before_install :
Original file line number Diff line number Diff line change 50
50
'tqdm' ,
51
51
],
52
52
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' ],
55
55
'tensorflow-hub' : ['tensorflow-hub>=0.1.1' ],
56
56
'tests' : [
57
57
'absl-py' ,
You can’t perform that action at this time.
0 commit comments