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 3
3
automake
4
4
build-essential
5
5
ca-certificates
6
- # TODO(b/308399490) Remove CMake once dm-tree (Keras dependency) has 3.12 wheels
7
- cmake
8
6
llvm-17
9
7
clang-17
10
8
clang-format-12
Original file line number Diff line number Diff line change @@ -81,13 +81,6 @@ if [[ "${TFCI_MACOS_PYENV_INSTALL_ENABLE}" == 1 ]]; then
81
81
python --version
82
82
fi
83
83
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
-
91
84
# TFCI Mac VM images do not have twine installed by default so we need to
92
85
# install it manually. We use Twine in nightly builds to upload Python packages
93
86
# to PyPI.
Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ autoconf
36
36
automake
37
37
build-essential
38
38
ca-certificates
39
- # TODO(b/308399490) Remove CMake once dm-tree (Keras dependency) has 3.12 wheels
40
- cmake
41
39
llvm-17
42
40
clang-17
43
41
clang-tidy-17
You can’t perform that action at this time.
0 commit comments