Skip to content

Commit

Permalink
restrict tensorflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed Mar 11, 2024
1 parent 3101721 commit 3cb030d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ dev = [
"nlp_primitives[test]"
]
complete = [
"tensorflow >= 1.14.0; sys_platform!='darwin' or platform_machine!='arm64'",
"tensorflow >= 1.14.0, < 2.16.0; sys_platform!='darwin' or platform_machine!='arm64'",
"tensorflow-metal >= 0.4.0; sys_platform=='darwin' and platform_machine=='arm64'",
"tensorflow-macos >= 2.8.0; sys_platform=='darwin' and platform_machine=='arm64'",
"tensorflow-macos >= 2.8.0, < 2.16.0; sys_platform=='darwin' and platform_machine=='arm64'",
"tensorflow_hub >= 0.4.0, < 0.16.0",
]

Expand Down

0 comments on commit 3cb030d

Please sign in to comment.