From d6af96f9dc3cccb2fd636219e3cc526d155a752a Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:42:43 -0700 Subject: [PATCH] infra: set a minimum sagemaker version to avoid cython build issues (#298) --- test/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/requirements.txt b/test/requirements.txt index 0cfbcb8..8dc3b28 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -1,10 +1,10 @@ amazon-braket-schemas amazon-braket-sdk -boto3==1.35.22 +boto3==1.35.43 certifi>=2023.7.22 -invoke==2.2.0 +invoke mock pennylane>=0.35.0 -pytest==8.3.3 +pytest pytest-xdist -sagemaker +sagemaker>=2.232.2