Skip to content

Commit

Permalink
Remove obsolete tf versions and add 2.0.0-rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfojtak authored Sep 4, 2019
1 parent 66f69a3 commit 9e70bd4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tensorflow/make_py_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,11 @@ build() {
make -j4
make install
cd ..


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"
build_tf_wrapper "1.9.0"
build_tf_wrapper "1.8.0"
build_tf_wrapper "1.7.0"

# Builds Python manylinux wheel package.
python setup.py bdist_wheel --universal --plat-name=manylinux1_x86_64
Expand Down

0 comments on commit 9e70bd4

Please sign in to comment.