support tf 1.13.1

This commit is contained in:
Taku Kudo 2019-03-12 01:08:13 +09:00
parent 1ba7fd1d12
commit 8b22017130
9 changed files with 5 additions and 3 deletions

View File

@ -1 +1 @@
0.1.9
0.1.91

View File

@ -70,7 +70,8 @@ build() {
make install
cd ..
build_tf_wrapper ""
build_tf_wrapper "1.13.1"
# build_tf_wrapper "1.12.0"
build_tf_wrapper "1.11.0"
build_tf_wrapper "1.10.0"
build_tf_wrapper "1.9.0"

View File

@ -64,7 +64,8 @@ build() {
pip install --upgrade setuptools
pip install wheel
build_tf_wrapper ""
build_tf_wrapper "1.13.1"
build_tf_wrapper "1.12.0"
build_tf_wrapper "1.11.0"
build_tf_wrapper "1.10.0"
build_tf_wrapper "1.9.0"