Skip to content

Commit

Permalink
fixed tensorflow-macos to tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynunez authored Mar 13, 2024
1 parent 2b24719 commit 303c9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reqs/test.pip
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tensorflow==2.16.1; platform_machine != "arm64"
keras==3.1.0; platform_machine != "arm64"

# TensorFlow (arm64) related package. Currently no Python 3.13 support.
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"

This comment has been minimized.

Copy link
@TobyRoseman

TobyRoseman Mar 13, 2024

Collaborator

I don't think this makes sense. You probably want to remove this line and edit line 37 to covert both cases.

keras==3.1.0; platform_machine == "arm64" and python_version < "3.13"

tensorflow-addons==0.23.0; python_version < "3.13"
Expand Down

0 comments on commit 303c9b5

Please sign in to comment.