Skip to content

Commit

Permalink
Clean up tensorflow requirements (#281)
Browse files Browse the repository at this point in the history
* clean up tensorflow requirements

* revert dev req change

* update release notes
  • Loading branch information
thehomebrewnerd authored May 1, 2024
1 parent dcafe4f commit 724d5ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ dev = [
"nlp_primitives[test]"
]
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
1 change: 1 addition & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Future Release
* Fixes
* Changes
* Temporarily restrict tensorflow version for complete install (:pr:`277`)
* Remove Mac specific tensorflow requirements (:pr:`281`)
* Documentation Changes
* Testing Changes

Expand Down

0 comments on commit 724d5ed

Please sign in to comment.