From 9e85c08e6576c613a138b03257de4d221bcfb2ce Mon Sep 17 00:00:00 2001 From: Zhufeng Pan Date: Tue, 10 Oct 2023 11:24:45 -0700 Subject: [PATCH] ping tfds to a specific version PiperOrigin-RevId: 572314851 --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9cdb36c5..486755df 100644 --- a/setup.py +++ b/setup.py @@ -54,8 +54,10 @@ 'pyglove', 'sentencepiece', 'tensorflow-text', - 'tfds-nightly', - # remove this when sentencepiece_model_pb2 is re-generated in the + # Ping to a specific version to avoid endless backtracking during + # pip dependency resolution. + 'tfds-nightly==4.9.2.dev202308090034', + # Remove this when sentencepiece_model_pb2 is re-generated in the # sentencepiece package. 'protobuf<=3.20.3', ],