Skip to content

Commit 0f9f6df

Browse files
authored
Merge pull request #1257 from rtg0795/2.16
Fix tensorflow version for macos
2 parents e0323aa + 37b7c8f commit 0f9f6df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oss_scripts/pip_package/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ def finalize_options(self):
7474
distclass=BinaryDistribution,
7575
install_requires=[
7676
(
77-
'tensorflow>=2.16.0, <2.17; platform_machine != "arm64" or'
77+
'tensorflow>=2.16.1, <2.17; platform_machine != "arm64" or'
7878
' platform_system != "Darwin"'
7979
),
8080
(
81-
'tensorflow-macos>=2.16.0, <2.17; platform_machine == "arm64" and'
81+
'tensorflow-macos>=2.16.1, <2.17; platform_machine == "arm64" and'
8282
' platform_system == "Darwin"'
8383
),
8484
],

0 commit comments

Comments
 (0)