diff --git a/setup.py b/setup.py index 1f556d14..7436a3a9 100644 --- a/setup.py +++ b/setup.py @@ -57,9 +57,6 @@ # 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', ], requires_python='>=3.9', extras_require={