From 822eb9fb01fb68ef41c4605cb21eb34e35967fff Mon Sep 17 00:00:00 2001 From: Kehang Han Date: Fri, 6 Oct 2023 10:16:57 -0700 Subject: [PATCH] Fixes the github clu installation issue PiperOrigin-RevId: 571369984 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fde6de435..1c3d8f6d7 100644 --- a/setup.py +++ b/setup.py @@ -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',