Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nextstrain-cli's dependency on s3fs #39711

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions recipes/nextstrain-cli/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 6db72987015750efa8706fa573fb55633c266316549cb9c364c3ec9352528fe8

build:
number: 0
number: 1
noarch: python
entry_points:
- nextstrain = nextstrain.cli.__main__:main
Expand Down Expand Up @@ -37,12 +37,12 @@ requirements:
- wrapt
# nextstrain-cli requires boto3 but does not directly declare this
# dependency, to avoid issues with pip dependency resolution with s3fs and
# botocore. We can declare the boto3 dependency and unpinned s3fs here,
# since Conda can resolve these dependency issues.
# botocore. We can declare the boto3 dependency and s3fs here, since Conda
# can resolve these dependency issues.
# See: https://github.com/nextstrain/cli/blob/77c97bfecaf3dda84a8c20c343afc70cc6659f53/setup.py#L91-L98
- fsspec
- boto3
- s3fs
- s3fs >=2021.04.0

test:
requires:
Expand Down