Skip to content

Commit

Permalink
Pin boto3 and s3fs to compatible versions to resolve access denied er…
Browse files Browse the repository at this point in the history
…rors (#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: #2039
  • Loading branch information
dagardner-nv authored Nov 1, 2024
1 parent 6f5e325 commit 15b864d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/examples_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
- appdirs
- arxiv=1.4
- beautifulsoup4=4.12
- boto3
- boto3=1.35
- click>=8
- cudf=24.10
- cuml=24.10.*
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15b864d

Please sign in to comment.