Skip to content

Commit 303c9b5

Browse files
authored
fixed tensorflow-macos to tensorflow
1 parent 2b24719 commit 303c9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reqs/test.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tensorflow==2.16.1; platform_machine != "arm64"
3838
keras==3.1.0; platform_machine != "arm64"
3939

4040
# TensorFlow (arm64) related package. Currently no Python 3.13 support.
41-
tensorflow-macos==2.16.1; platform_machine == "arm64" and python_version < "3.13"
41+
tensorflow==2.16.1; platform_machine == "arm64" and python_version < "3.13"
4242
keras==3.1.0; platform_machine == "arm64" and python_version < "3.13"
4343

4444
tensorflow-addons==0.23.0; python_version < "3.13"

0 commit comments

Comments
 (0)