We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tensorflow-macos
1 parent 9aaf8ac commit f0f675cCopy full SHA for f0f675c
oss_scripts/pip_package/setup.py
@@ -74,17 +74,12 @@ def finalize_options(self):
74
distclass=BinaryDistribution,
75
install_requires=[
76
(
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"'
+ 'tensorflow>=2.16.1, <2.17',
83
),
84
],
85
extras_require={
86
'tensorflow_cpu': [
87
- 'tensorflow-cpu>=2.15.0, <2.16',
+ 'tensorflow-cpu>=2.16.1, <2.17',
88
89
'tests': [
90
'absl-py',
0 commit comments