Skip to content

Commit

Permalink
Fixes the github clu installation issue
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 571369984
  • Loading branch information
KEHANG authored and t5-copybara committed Oct 6, 2023
1 parent 34f1e74 commit 822eb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
install_requires=[
'absl-py',
'cached_property',
'clu @ git+https://github.com/google/CommonLoopUtils#egg=clu',
'clu',
'flax @ git+https://github.com/google/flax#egg=flax',
'fiddle >= 0.2.5',
'gin-config',
Expand Down

0 comments on commit 822eb9f

Please sign in to comment.