diff --git a/setup.py b/setup.py index 416a6db4a4..9e1efb52df 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ 'boto3>=1.21.45,<2', 'huggingface-hub>=0.19.0,<0.25', 'beautifulsoup4>=4.12.2,<5', # required for model download utils - 'tenacity>=8.2.3,<9', + 'tenacity>=8.2.3,<10', 'catalogue>=2,<3', 'typer<1', 'GitPython==3.1.43',