From 0956a4638cd80f64ea5bbc2f931f0972f9c01ebf Mon Sep 17 00:00:00 2001 From: Thomas Newton Date: Wed, 14 Feb 2024 10:07:25 +0000 Subject: [PATCH] Make azure conda cpp requirements lower bounds --- ci/conda_env_cpp.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/conda_env_cpp.txt b/ci/conda_env_cpp.txt index 970848dca402e..753950e796f0f 100644 --- a/ci/conda_env_cpp.txt +++ b/ci/conda_env_cpp.txt @@ -16,11 +16,11 @@ # under the License. aws-sdk-cpp=1.11.68 -azure-core-cpp==1.10.3 -azure-identity-cpp==1.6.0 -azure-storage-blobs-cpp==12.10.0 -azure-storage-common-cpp==12.5.0 -azure-storage-files-datalake-cpp==12.9.0 +azure-core-cpp>=1.10.3 +azure-identity-cpp>=1.6.0 +azure-storage-blobs-cpp>=12.10.0 +azure-storage-common-cpp>=12.5.0 +azure-storage-files-datalake-cpp>=12.9.0 benchmark>=1.6.0 boost-cpp>=1.68.0 brotli