Skip to content

Commit 538b661

Browse files
authored
macOS Apple Si has a different TensorFlow package
1 parent 7196c76 commit 538b661

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-tensorflow.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
tensorflow~=2.8.4
1+
tensorflow~=2.8.4 ; sys_platform != 'darwin' or platform_machine != 'arm64'
2+
tensorflow-macos==2.8.0 ; sys_platform == 'darwin' and platform_machine == 'arm64'

0 commit comments

Comments
 (0)