From 15b864d2df3d1a714af3966f4e7430c573d9e7b8 Mon Sep 17 00:00:00 2001 From: David Gardner <96306125+dagardner-nv@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:40:31 -0700 Subject: [PATCH] Pin boto3 and s3fs to compatible versions to resolve access denied errors (#2039) Closes #2038 ## By Submitting this PR I confirm: - I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md). - When the PR is ready for review, new or existing tests cover these changes. - When the PR is ready for review, the documentation is up to date with these changes. Authors: - David Gardner (https://github.com/dagardner-nv) Approvers: - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah) URL: https://github.com/nv-morpheus/Morpheus/pull/2039 --- conda/environments/all_cuda-125_arch-x86_64.yaml | 4 ++-- conda/environments/examples_cuda-125_arch-x86_64.yaml | 4 ++-- dependencies.yaml | 4 ++-- .../conda/environments/dfp_example_cuda-125_arch-x86_64.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index 4dc44f113f..b913be445b 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -15,7 +15,7 @@ dependencies: - automake=1.16.5 - beautifulsoup4=4.12 - benchmark=1.8.3 -- boto3 +- boto3=1.35 - breathe=4.35.0 - c-ares=1.32 - ccache @@ -105,7 +105,7 @@ dependencies: - requests - requests-cache=1.1 - requests-toolbelt=1.0 -- s3fs +- s3fs=2024.10 - scikit-build=0.17.6 - scikit-learn=1.3.2 - sphinx diff --git a/conda/environments/examples_cuda-125_arch-x86_64.yaml b/conda/environments/examples_cuda-125_arch-x86_64.yaml index 11a44d738d..14ba7e9c8c 100644 --- a/conda/environments/examples_cuda-125_arch-x86_64.yaml +++ b/conda/environments/examples_cuda-125_arch-x86_64.yaml @@ -13,7 +13,7 @@ dependencies: - appdirs - arxiv=1.4 - beautifulsoup4=4.12 -- boto3 +- boto3=1.35 - click>=8 - cudf=24.10 - cuml=24.10.* @@ -53,7 +53,7 @@ dependencies: - requests - requests-cache=1.1 - requests-toolbelt=1.0 -- s3fs +- s3fs=2024.10 - scikit-learn=1.3.2 - sqlalchemy<2.0 - tqdm=4 diff --git a/dependencies.yaml b/dependencies.yaml index 62c15bc9c4..8de432eb24 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -442,10 +442,10 @@ dependencies: - output_types: [conda] packages: - *nodejs - - boto3 + - boto3=1.35 - kfp - papermill=2.4.0 - - s3fs + - s3fs=2024.10 - pip - pip: - python-logging-loki diff --git a/examples/digital_fingerprinting/production/conda/environments/dfp_example_cuda-125_arch-x86_64.yaml b/examples/digital_fingerprinting/production/conda/environments/dfp_example_cuda-125_arch-x86_64.yaml index a9d02eac06..929029a0ca 100644 --- a/examples/digital_fingerprinting/production/conda/environments/dfp_example_cuda-125_arch-x86_64.yaml +++ b/examples/digital_fingerprinting/production/conda/environments/dfp_example_cuda-125_arch-x86_64.yaml @@ -9,13 +9,13 @@ channels: - nvidia/label/dev - pytorch dependencies: -- boto3 +- boto3=1.35 - kfp - morpheus-dfp=24.10 - nodejs=18.* - papermill=2.4.0 - pip -- s3fs +- s3fs=2024.10 - tini=0.19 - pip: - --extra-index-url https://download.pytorch.org/whl/cu124