Skip to content

Commit

Permalink
clean up tensorflow requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed May 1, 2024
1 parent dcafe4f commit 60c54b8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,10 @@ dev = [
"ruff == 0.0.216",
"black[jupyter] == 22.12.0",
"pre-commit == 2.20.0",
"nlp_primitives[test]"
"nlp_primitives[test, complete]"
]
complete = [
"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, < 2.16.0; sys_platform=='darwin' and platform_machine=='arm64'",
"tensorflow >= 1.14.0, < 2.16.0",
"tensorflow_hub >= 0.4.0, < 0.16.0",
]

Expand Down

0 comments on commit 60c54b8

Please sign in to comment.