Skip to content

Commit

Permalink
CI: Require s3fs greater than minumum version in builds (pandas-dev#4…
Browse files Browse the repository at this point in the history
…8272)

* CI: Require s3fs greater than minumum version in builds

* Pin aiobotocore too
  • Loading branch information
phofl authored and noatamir committed Nov 9, 2022
1 parent 4b5ed8b commit 90935e2
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
3 changes: 2 additions & 1 deletion ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies:
- pytz

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

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

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

# optional dependencies
- aiobotocore<2.0.0
- beautifulsoup4
- blosc
- bottleneck
Expand All @@ -44,7 +45,7 @@ dependencies:
- pytables
- python-snappy
- pyxlsb
- s3fs
- s3fs>=2021.05.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
- s3fs>=2021.05.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
s3fs>=2021.05.0
scipy
sqlalchemy
tabulate
Expand Down

0 comments on commit 90935e2

Please sign in to comment.