From d463c43d63ffc12b5fb6522671d8f85f13ef2057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:10:29 +0000 Subject: [PATCH] Update sagemaker requirement Updates the requirements on [sagemaker](https://github.com/aws/sagemaker-python-sdk) to permit the latest version. - [Release notes](https://github.com/aws/sagemaker-python-sdk/releases) - [Changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/sagemaker-python-sdk/compare/v2.112.0...v2.224.4) --- updated-dependencies: - dependency-name: sagemaker dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ff1955f..78f286c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ torch>=1.10.0, <1.13.2 pandas>=1.4.0, <2.1.4 boto3>=1.26.0, <1.33.8 requests>=2.31.0, <2.31.1 -sagemaker>=2.112.0, <2.199.1 +sagemaker>=2.224.4, <2.224.5 syne-tune[aws,gpsearchers]>=0.6.0, <0.10.1 pytorch-lightning>=1.8.0, <1.9.5 Pillow>=9.0, <10.1.1