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.
1 parent 76118ac commit 2ab47a1Copy full SHA for 2ab47a1
requirements.txt
@@ -1,5 +1,6 @@
1
# Tensorflow.
2
-tensorflow-cpu~=2.16.1 # Pin to TF 2.16
+tensorflow-cpu~=2.16.1;sys_platform != 'darwin' # Pin to TF 2.16
3
+tensorflow~=2.16.1;sys_platform == 'darwin'
4
5
# Torch.
6
# TODO: Pin to < 2.3.0 (GitHub issue #19602)
0 commit comments