We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0323aa + 37b7c8f commit 0f9f6dfCopy full SHA for 0f9f6df
oss_scripts/pip_package/setup.py
@@ -74,11 +74,11 @@ def finalize_options(self):
74
distclass=BinaryDistribution,
75
install_requires=[
76
(
77
- 'tensorflow>=2.16.0, <2.17; platform_machine != "arm64" or'
+ 'tensorflow>=2.16.1, <2.17; platform_machine != "arm64" or'
78
' platform_system != "Darwin"'
79
),
80
81
- 'tensorflow-macos>=2.16.0, <2.17; platform_machine == "arm64" and'
+ 'tensorflow-macos>=2.16.1, <2.17; platform_machine == "arm64" and'
82
' platform_system == "Darwin"'
83
84
],
0 commit comments