Skip to content

Commit

Permalink
Downgrade protobuf and sentencepiece
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 608733852
  • Loading branch information
The praxis Authors committed Feb 20, 2024
1 parent a11b367 commit a935384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions praxis/pip_package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ prompt-toolkit==3.0.43
# via
# ipython
# jupyter-console
protobuf==4.25.3
protobuf==3.19.6
# via
# googleapis-common-protos
# lingvo
Expand Down Expand Up @@ -511,7 +511,7 @@ scipy==1.12.0
# scikit-learn
send2trash==1.8.2
# via jupyter-server
sentencepiece==0.2.0
sentencepiece==0.1.99
# via lingvo
six==1.16.0
# via
Expand Down
2 changes: 2 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ numpy
optax
optax-shampoo
opt-einsum
# ensure sentencepiece is compataible with protobuf 3.19.6
sentencepiece==0.1.99
tensorflow-datasets==4.8.3
tensorflow-metadata==1.12.0
tensorflow-text~=2.9.0
Expand Down

0 comments on commit a935384

Please sign in to comment.