Skip to content

Commit a138d01

Browse files
authored
CI: Require s3fs greater than minumum version in builds (#48272)
* CI: Require s3fs greater than minumum version in builds * Pin aiobotocore too
1 parent a203a30 commit a138d01

7 files changed

+11
-7
lines changed

ci/deps/actions-310.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies:
1919
- pytz
2020

2121
# optional dependencies
22+
- aiobotocore<2.0.0
2223
- beautifulsoup4
2324
- blosc
2425
- bottleneck
@@ -43,7 +44,7 @@ dependencies:
4344
- pyreadstat
4445
- python-snappy
4546
- pyxlsb
46-
- s3fs
47+
- s3fs>=2021.05.0
4748
- scipy
4849
- sqlalchemy
4950
- tabulate

ci/deps/actions-38-downstream_compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies:
4444
- pytables
4545
- python-snappy
4646
- pyxlsb
47-
- s3fs
47+
- s3fs>=2021.05.0
4848
- scipy
4949
- sqlalchemy
5050
- tabulate

ci/deps/actions-38.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies:
1919
- pytz
2020

2121
# optional dependencies
22+
- aiobotocore<2.0.0
2223
- beautifulsoup4
2324
- blosc
2425
- bottleneck
@@ -43,7 +44,7 @@ dependencies:
4344
- pytables
4445
- python-snappy
4546
- pyxlsb
46-
- s3fs
47+
- s3fs>=2021.05.0
4748
- scipy
4849
- sqlalchemy
4950
- tabulate

ci/deps/actions-39.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies:
1919
- pytz
2020

2121
# optional dependencies
22+
- aiobotocore<2.0.0
2223
- beautifulsoup4
2324
- blosc
2425
- bottleneck
@@ -43,7 +44,7 @@ dependencies:
4344
- pytables
4445
- python-snappy
4546
- pyxlsb
46-
- s3fs
47+
- s3fs>=2021.05.0
4748
- scipy
4849
- sqlalchemy
4950
- tabulate

ci/deps/circle-38-arm64.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies:
1919
- pytz
2020

2121
# optional dependencies
22+
- aiobotocore<2.0.0
2223
- beautifulsoup4
2324
- blosc
2425
- bottleneck
@@ -44,7 +45,7 @@ dependencies:
4445
- pytables
4546
- python-snappy
4647
- pyxlsb
47-
- s3fs
48+
- s3fs>=2021.05.0
4849
- scipy
4950
- sqlalchemy
5051
- tabulate

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies:
4545
- pytables
4646
- python-snappy
4747
- pyxlsb
48-
- s3fs
48+
- s3fs>=2021.05.0
4949
- scipy
5050
- sqlalchemy
5151
- tabulate

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pyreadstat
3636
tables
3737
python-snappy
3838
pyxlsb
39-
s3fs
39+
s3fs>=2021.05.0
4040
scipy
4141
sqlalchemy
4242
tabulate

0 commit comments

Comments
 (0)