File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed
tensorflow/tools/tf_sig_build_dockerfiles Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 33automake
44build-essential
55ca-certificates
6- # TODO(b/308399490) Remove CMake once dm-tree (Keras dependency) has 3.12 wheels
7- cmake
86llvm-17
97clang-17
108clang-format-12
Original file line number Diff line number Diff line change @@ -81,13 +81,6 @@ if [[ "${TFCI_MACOS_PYENV_INSTALL_ENABLE}" == 1 ]]; then
8181 python --version
8282fi
8383
84- if [[ " $TFCI_PYTHON_VERSION " == " 3.12" ]]; then
85- # dm-tree (Keras v3 dependency) doesn't have pre-built wheels for 3.12 yet.
86- # Having CMake allows building them.
87- # Once the wheels are added, this should be removed - b/308399490.
88- brew install cmake
89- fi
90-
9184# TFCI Mac VM images do not have twine installed by default so we need to
9285# install it manually. We use Twine in nightly builds to upload Python packages
9386# to PyPI.
Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ autoconf
3636automake
3737build-essential
3838ca-certificates
39- # TODO(b/308399490) Remove CMake once dm-tree (Keras dependency) has 3.12 wheels
40- cmake
4139llvm-17
4240clang-17
4341clang-tidy-17
You can’t perform that action at this time.
0 commit comments