Skip to content

Commit

Permalink
Constraint tf versions
Browse files Browse the repository at this point in the history
Workaround of google#516
  • Loading branch information
chajath committed Mar 13, 2024
1 parent afc0807 commit 95a4490
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ pylint
pytest
pytype
sentencepiece==0.1.97
tensorflow-text>=2.13.0
tensorflow>=2.13.0
# Limit tf version pending investigation https://github.com/google/maxtext/issues/516.
tensorflow-text>=2.13.0,<2.15
tensorflow>=2.13.0,<2.15
tensorflow-datasets
tensorboardx
tensorboard-plugin-profile
Expand Down

0 comments on commit 95a4490

Please sign in to comment.