Skip to content

Commit

Permalink
relax aws dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwoods2 committed Aug 7, 2024
1 parent c31fed6 commit 57084fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions devtools/conda-envs/test_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ dependencies:
### AWS dependencies ###
# AWS reading/writing
- s3fs>=2024.3.0
- aiobotocore=2.12.1
- botocore>=1.34.41,<1.34.52
- boto3>=1.9.201
# AWS testing
- moto[server]>=5.0.3

Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ test = [
"pytest-cov>=4.1.0",
"MDAnalysisTests>=2.1.0",
"moto[server]>=5.0.3",
"aiobotocore==2.12.1",
"botocore>=1.34.41,<1.34.52",
"boto3>=1.9.201",
"pip",
"codecov",
]
Expand Down

0 comments on commit 57084fb

Please sign in to comment.