Skip to content

Commit f46704c

Browse files
Backport PR pandas-dev#48272 on branch 1.5.x (CI: Require s3fs greater than minumum version in builds) (pandas-dev#48276)
Backport PR pandas-dev#48272: CI: Require s3fs greater than minumum version in builds Co-authored-by: Patrick Hoefler <[email protected]>
1 parent 7313da5 commit f46704c

7 files changed

+11
-7
lines changed

ci/deps/actions-310.yaml

+2-1
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

+1-1
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

+2-1
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

+2-1
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

+2-1
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

+1-1
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

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pyreadstat
3535
tables
3636
python-snappy
3737
pyxlsb
38-
s3fs
38+
s3fs>=2021.05.0
3939
scipy
4040
sqlalchemy
4141
tabulate

0 commit comments

Comments
 (0)