Skip to content

Commit

Permalink
Merge pull request #395 from mfojtak/master
Browse files Browse the repository at this point in the history
Remove obsolete tf versions and add 2.0.0-rc0
  • Loading branch information
taku910 authored Sep 4, 2019
2 parents 66f69a3 + 16be892 commit bca47c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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
3 changes: 1 addition & 2 deletions tensorflow/make_py_wheel_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bca47c0

Please sign in to comment.