From ce0a8b9ae570372fe9106e42e8f65473d54ac862 Mon Sep 17 00:00:00 2001 From: The TensorFlow Datasets Authors Date: Wed, 3 Jun 2026 03:08:22 -0700 Subject: [PATCH] Fix setup failures by locking absl-py PiperOrigin-RevId: 925902769 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7d90c0548e2..fc4646b982e 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ DOCLINES = __doc__.split('\n') REQUIRED_PKGS = [ - 'absl-py', + 'absl-py>=1.0.0', # Min version of 0.5.0 as old array_record wheel are bugged on all # platform except 'x86_64'. See # https://github.com/google/array_record/issues/71