From 60b5793eba77d4a9e4c9901a0040d4a37f1e9591 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Fri, 26 Aug 2022 19:42:20 +0200 Subject: [PATCH] Backport PR #48272: CI: Require s3fs greater than minumum version in builds --- ci/deps/actions-310.yaml | 3 ++- ci/deps/actions-38-downstream_compat.yaml | 2 +- ci/deps/actions-38.yaml | 3 ++- ci/deps/actions-39.yaml | 3 ++- ci/deps/circle-38-arm64.yaml | 3 ++- environment.yml | 2 +- requirements-dev.txt | 2 +- 7 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ci/deps/actions-310.yaml b/ci/deps/actions-310.yaml index e12be72494cc4..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 @@ -43,7 +44,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..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 @@ -43,7 +44,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..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 @@ -43,7 +44,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..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 @@ -44,7 +45,7 @@ dependencies: - pytables - python-snappy - pyxlsb - - s3fs + - s3fs>=2021.05.0 - scipy - sqlalchemy - tabulate diff --git a/environment.yml b/environment.yml index f1472f453b935..8e917e5803674 100644 --- a/environment.yml +++ b/environment.yml @@ -44,7 +44,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 60dd738e43ba3..c9a0ae1ec0045 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -35,7 +35,7 @@ pyreadstat tables python-snappy pyxlsb -s3fs +s3fs>=2021.05.0 scipy sqlalchemy tabulate