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 2b24719 commit 303c9b5Copy full SHA for 303c9b5
reqs/test.pip
@@ -38,7 +38,7 @@ tensorflow==2.16.1; platform_machine != "arm64"
38
keras==3.1.0; platform_machine != "arm64"
39
40
# TensorFlow (arm64) related package. Currently no Python 3.13 support.
41
-tensorflow-macos==2.16.1; platform_machine == "arm64" and python_version < "3.13"
+tensorflow==2.16.1; platform_machine == "arm64" and python_version < "3.13"
42
keras==3.1.0; platform_machine == "arm64" and python_version < "3.13"
43
44
tensorflow-addons==0.23.0; python_version < "3.13"
0 commit comments