Skip to content

Commit

Permalink
Change setup.py to reference mesh-tensorflow from GitHub.
Browse files Browse the repository at this point in the history
Pypi has not been updated since 2022-05-15.
Resolves the AttributeError in mesh_transformer_test.

PiperOrigin-RevId: 576650538
  • Loading branch information
texasmichelle authored and t5-copybara committed Oct 25, 2023
1 parent dd1cede commit 9c73d6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@
'editdistance',
'immutabledict',
'gin-config',
'mesh-tensorflow[transformer]>=0.1.13',
(
'mesh-tensorflow[transformer] @'
' git+https://github.com/tensorflow/mesh#egg=mesh-tensorflow'
),
'nltk',
'numpy',
# TODO(kehanghan): Remove once test_log_csv can use new pandas APIs.
Expand Down

0 comments on commit 9c73d6c

Please sign in to comment.