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 ba08d1c commit 4fc934aCopy full SHA for 4fc934a
tools/model_tools/requirements-tensorflow.in
@@ -1 +1,2 @@
1
-tensorflow>=2.5,<2.18.0
+tensorflow>=2.5,<2.18.0; platform_system != 'darwin' or python_version != '3.8'
2
+tensorflow>=2.5,<2.18.0,!=2.13.1; platform_system == 'darwin' and python_version == '3.8' # Explanation: 151865
0 commit comments