diff --git a/setup.py b/setup.py index 416a6db4a4..229efe5b5b 100644 --- a/setup.py +++ b/setup.py @@ -66,11 +66,11 @@ 'slack-sdk<4', 'mosaicml-cli>=0.6.10,<1', 'onnx==1.16.2', - 'onnxruntime==1.18.1', + 'onnxruntime==1.19.0', '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',