Skip to content

Commit 7d44c90

Browse files
authored
Remove references to Linux Arm64 installer wheels from setup.py (#67772)
1 parent 9ad2ca2 commit 7d44c90

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tensorflow/tools/pip_package/setup.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ def standard_or_nightly(standard, nightly):
132132
# different architectures having different requirements.
133133
# The entries here should be a simple duplicate of those in the collaborator
134134
# build section.
135-
standard_or_nightly('tensorflow-cpu-aws', 'tf-nightly-cpu-aws') + '==' +
136-
_VERSION + ';platform_system=="Linux" and (platform_machine=="arm64" or '
137-
'platform_machine=="aarch64")',
138135
standard_or_nightly('tensorflow-intel', 'tf-nightly-intel') + '==' +
139136
_VERSION + ';platform_system=="Windows"',
140137
]
@@ -146,11 +143,6 @@ def standard_or_nightly(standard, nightly):
146143
# If this is a collaborator build, then build an "installer" wheel and
147144
# add the collaborator packages as the only dependencies.
148145
REQUIRED_PACKAGES = [
149-
# Install the TensorFlow package built by AWS if the user is running
150-
# Linux on an Aarch64 machine.
151-
standard_or_nightly('tensorflow-cpu-aws', 'tf-nightly-cpu-aws') + '==' +
152-
_VERSION + ';platform_system=="Linux" and (platform_machine=="arm64" or '
153-
'platform_machine=="aarch64")',
154146
# Install the TensorFlow package built by Intel if the user is on a
155147
# Windows machine.
156148
standard_or_nightly('tensorflow-intel', 'tf-nightly-intel') + '==' +

0 commit comments

Comments
 (0)