Skip to content

Commit f0f675c

Browse files
rtg0795tf-text-github-robot
authored andcommitted
Remove tensorflow-macos from setup.py
PiperOrigin-RevId: 615232009
1 parent 9aaf8ac commit f0f675c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

oss_scripts/pip_package/setup.py

+2-7
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,12 @@ def finalize_options(self):
7474
distclass=BinaryDistribution,
7575
install_requires=[
7676
(
77-
'tensorflow>=2.15.0, <2.16; platform_machine != "arm64" or'
78-
' platform_system != "Darwin"'
79-
),
80-
(
81-
'tensorflow-macos>=2.15.0, <2.16; platform_machine == "arm64" and'
82-
' platform_system == "Darwin"'
77+
'tensorflow>=2.16.1, <2.17',
8378
),
8479
],
8580
extras_require={
8681
'tensorflow_cpu': [
87-
'tensorflow-cpu>=2.15.0, <2.16',
82+
'tensorflow-cpu>=2.16.1, <2.17',
8883
],
8984
'tests': [
9085
'absl-py',

0 commit comments

Comments
 (0)