From 294b12c54aeb3a9b89bc713e7f86748a41ca05e6 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Fri, 26 Aug 2022 14:14:37 +0200 Subject: [PATCH 1/2] CI: Require s3fs greater than minumum version in builds --- ci/deps/actions-310.yaml | 2 +- ci/deps/actions-38-downstream_compat.yaml | 2 +- ci/deps/actions-38.yaml | 2 +- ci/deps/actions-39.yaml | 2 +- ci/deps/circle-38-arm64.yaml | 2 +- environment.yml | 2 +- requirements-dev.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ci/deps/actions-310.yaml b/ci/deps/actions-310.yaml index e12be72494cc4..54c38a38bfcbc 100644 --- a/ci/deps/actions-310.yaml +++ b/ci/deps/actions-310.yaml @@ -43,7 +43,7 @@ dependencies: - pyreadstat - python-snappy - pyxlsb - - s3fs + - s3fs>=2021.05.0 - scipy - sqlalchemy - tabulate diff --git a/ci/deps/actions-38-downstream_compat.yaml b/ci/deps/actions-38-downstream_compat.yaml index 9c38f81de3f96..7ebf247ef1bbf 100644 --- a/ci/deps/actions-38-downstream_compat.yaml +++ b/ci/deps/actions-38-downstream_compat.yaml @@ -44,7 +44,7 @@ dependencies: - pytables - python-snappy - pyxlsb - - s3fs + - s3fs>=2021.05.0 - scipy - sqlalchemy - tabulate diff --git a/ci/deps/actions-38.yaml b/ci/deps/actions-38.yaml index 5b55bf7454030..41509fed60b19 100644 --- a/ci/deps/actions-38.yaml +++ b/ci/deps/actions-38.yaml @@ -43,7 +43,7 @@ dependencies: - pytables - python-snappy - pyxlsb - - s3fs + - s3fs>=2021.05.0 - scipy - sqlalchemy - tabulate diff --git a/ci/deps/actions-39.yaml b/ci/deps/actions-39.yaml index 10e1d8117df87..a912ec7187d7c 100644 --- a/ci/deps/actions-39.yaml +++ b/ci/deps/actions-39.yaml @@ -43,7 +43,7 @@ dependencies: - pytables - python-snappy - pyxlsb - - s3fs + - s3fs>=2021.05.0 - scipy - sqlalchemy - tabulate diff --git a/ci/deps/circle-38-arm64.yaml b/ci/deps/circle-38-arm64.yaml index 1c614729331e2..b295a44e6ec5d 100644 --- a/ci/deps/circle-38-arm64.yaml +++ b/ci/deps/circle-38-arm64.yaml @@ -44,7 +44,7 @@ dependencies: - pytables - python-snappy - pyxlsb - - s3fs + - s3fs>=2021.05.0 - scipy - sqlalchemy - tabulate diff --git a/environment.yml b/environment.yml index cd5a5d82facef..d9a7dbe880728 100644 --- a/environment.yml +++ b/environment.yml @@ -45,7 +45,7 @@ dependencies: - pytables - python-snappy - pyxlsb - - s3fs + - s3fs>=2021.05.0 - scipy - sqlalchemy - tabulate diff --git a/requirements-dev.txt b/requirements-dev.txt index 2778d75af95c6..70455a196d4d7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -36,7 +36,7 @@ pyreadstat tables python-snappy pyxlsb -s3fs +s3fs>=2021.05.0 scipy sqlalchemy tabulate From 8638b16da8b806daf47c73d6eacb33f70a8f1db1 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Fri, 26 Aug 2022 14:50:17 +0200 Subject: [PATCH 2/2] Pin aiobotocore too --- ci/deps/actions-310.yaml | 1 + ci/deps/actions-38.yaml | 1 + ci/deps/actions-39.yaml | 1 + ci/deps/circle-38-arm64.yaml | 1 + 4 files changed, 4 insertions(+) diff --git a/ci/deps/actions-310.yaml b/ci/deps/actions-310.yaml index 54c38a38bfcbc..d986a289ad75a 100644 --- a/ci/deps/actions-310.yaml +++ b/ci/deps/actions-310.yaml @@ -19,6 +19,7 @@ dependencies: - pytz # optional dependencies + - aiobotocore<2.0.0 - beautifulsoup4 - blosc - bottleneck diff --git a/ci/deps/actions-38.yaml b/ci/deps/actions-38.yaml index 41509fed60b19..81c1492964b48 100644 --- a/ci/deps/actions-38.yaml +++ b/ci/deps/actions-38.yaml @@ -19,6 +19,7 @@ dependencies: - pytz # optional dependencies + - aiobotocore<2.0.0 - beautifulsoup4 - blosc - bottleneck diff --git a/ci/deps/actions-39.yaml b/ci/deps/actions-39.yaml index a912ec7187d7c..bee89a1e91547 100644 --- a/ci/deps/actions-39.yaml +++ b/ci/deps/actions-39.yaml @@ -19,6 +19,7 @@ dependencies: - pytz # optional dependencies + - aiobotocore<2.0.0 - beautifulsoup4 - blosc - bottleneck diff --git a/ci/deps/circle-38-arm64.yaml b/ci/deps/circle-38-arm64.yaml index b295a44e6ec5d..86db3b4002813 100644 --- a/ci/deps/circle-38-arm64.yaml +++ b/ci/deps/circle-38-arm64.yaml @@ -19,6 +19,7 @@ dependencies: - pytz # optional dependencies + - aiobotocore<2.0.0 - beautifulsoup4 - blosc - bottleneck