From 16be892d09ca09154a2ad9333151aff58c3b61d9 Mon Sep 17 00:00:00 2001 From: Michal Fojtak Date: Wed, 4 Sep 2019 09:03:28 +0000 Subject: [PATCH] remove obsolete tf versions and add 2.0.0-rc0 --- tensorflow/make_py_wheel_mac.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tensorflow/make_py_wheel_mac.sh b/tensorflow/make_py_wheel_mac.sh index 532f4201..ed231e80 100755 --- a/tensorflow/make_py_wheel_mac.sh +++ b/tensorflow/make_py_wheel_mac.sh @@ -70,11 +70,10 @@ build() { pip install --upgrade setuptools pip install wheel + build_tf_wrapper "2.0.0-rc0" build_tf_wrapper "2.0.0-beta1" build_tf_wrapper "1.14.0" build_tf_wrapper "1.13.1" - build_tf_wrapper "1.11.0" - build_tf_wrapper "1.10.0" # Builds Python manylinux wheel package. # Platform name is determined by the tensorflow pip package.