Skip to content

Commit 2ab47a1

Browse files
authored
switch tensorflow for macOS (#19664)
1 parent 76118ac commit 2ab47a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Tensorflow.
2-
tensorflow-cpu~=2.16.1 # Pin to TF 2.16
2+
tensorflow-cpu~=2.16.1;sys_platform != 'darwin' # Pin to TF 2.16
3+
tensorflow~=2.16.1;sys_platform == 'darwin'
34

45
# Torch.
56
# TODO: Pin to < 2.3.0 (GitHub issue #19602)

0 commit comments

Comments
 (0)