Skip to content

Commit

Permalink
new versions of boto3 and s3fs in all env files
Browse files Browse the repository at this point in the history
  • Loading branch information
OuyangWenyu committed Mar 16, 2024
1 parent 479d610 commit 7702029
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ dependencies:
- async-retriever
- rich
# for s3 access
- boto3=1.28.64
- boto3=1.34.34
- minio
- s3fs=2023.10
- s3fs=2024.2
# for dev
- bump2version
- wheel
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ HydroErr
async-retriever
tqdm
rich
boto3==1.28.64
boto3==1.34.34
minio
s3fs==2023.10
s3fs==2024.2

0 comments on commit 7702029

Please sign in to comment.