Skip to content

CI: Force newer S3FS #48291

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- beautifulsoup4
- blosc
- bottleneck
Expand All @@ -44,7 +43,7 @@ dependencies:
- pyreadstat
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
3 changes: 1 addition & 2 deletions ci/deps/actions-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- beautifulsoup4
- blosc
- bottleneck
Expand All @@ -44,7 +43,7 @@ dependencies:
- pytables
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
3 changes: 1 addition & 2 deletions ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- beautifulsoup4
- blosc
- bottleneck
Expand All @@ -44,7 +43,7 @@ dependencies:
- pytables
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
3 changes: 1 addition & 2 deletions ci/deps/circle-38-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
- pytz

# optional dependencies
- aiobotocore<2.0.0
- beautifulsoup4
- blosc
- bottleneck
Expand All @@ -45,7 +44,7 @@ dependencies:
- pytables
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies:
- pytables
- python-snappy
- pyxlsb
- s3fs>=2021.05.0
- s3fs>=2021.08.0
- scipy
- sqlalchemy
- tabulate
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pyreadstat
tables
python-snappy
pyxlsb
s3fs>=2021.05.0
s3fs>=2021.08.0
scipy
sqlalchemy
tabulate
Expand Down