8000 Remove CMake from requirements now that dm-tree has 3.12 wheels. · IBMZ-Linux-OSS-Python/tensorflow@e83b403 · GitHub
[go: up one dir, main page]

Skip to content

Commit e83b403

Browse files
Remove CMake from requirements now that dm-tree has 3.12 wheels.
PiperOrigin-RevId: 607323197
1 parent 5f69a22 commit e83b403

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

ci/official/containers/linux_arm64/devel.packages.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ autoconf
33
automake
44
build-essential
55
ca-certificates
6-
# TODO(b/308399490) Remove CMake once dm-tree (Keras dependency) has 3.12 wheels
7-
cmake
86
llvm-17
97
clang-17
108
clang-format-12

ci/official/utilities/setup_macos.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,6 @@ if [[ "${TFCI_MACOS_PYENV_INSTALL_ENABLE}" == 1 ]]; then
8181
python --version
8282
fi
8383

84-
if [[ "$TFCI_PYTHON_VERSION" == "3.12" ]]; then
85< 8000 /td>-
# 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.

tensorflow/tools/tf_sig_build_dockerfiles/devel.packages.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ autoconf
3636
automake
3737
build-essential
3838
ca-certificates
39-
# TODO(b/308399490) Remove CMake once dm-tree (Keras dependency) has 3.12 wheels
40-
cmake
4139
llvm-17
4240
clang-17
4341
clang-tidy-17

0 commit comments

Comments
 (0)
0