Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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