From e39ea3024cebb4e7a7fd35972a44637de6c41650 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Sun, 29 Aug 2021 00:34:44 +0200 Subject: [PATCH] Remove aiobotocore pin again (#43260) --- ci/deps/actions-39.yaml | 1 - ci/deps/azure-windows-38.yaml | 1 - ci/deps/azure-windows-39.yaml | 1 - environment.yml | 2 +- requirements-dev.txt | 2 +- 5 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ci/deps/actions-39.yaml b/ci/deps/actions-39.yaml index 530e095895b77..a78fb30019b53 100644 --- a/ci/deps/actions-39.yaml +++ b/ci/deps/actions-39.yaml @@ -31,7 +31,6 @@ dependencies: - python-dateutil - pytz - s3fs>=0.4.2 - - aiobotocore<=1.3.3 - scipy - sqlalchemy - xlrd diff --git a/ci/deps/azure-windows-38.yaml b/ci/deps/azure-windows-38.yaml index 92ff3ef7675e5..c56496bce7d6c 100644 --- a/ci/deps/azure-windows-38.yaml +++ b/ci/deps/azure-windows-38.yaml @@ -30,7 +30,6 @@ dependencies: - python-dateutil - pytz - s3fs>=0.4.0 - - aiobotocore<=1.3.3 - scipy - xlrd - xlsxwriter diff --git a/ci/deps/azure-windows-39.yaml b/ci/deps/azure-windows-39.yaml index 1e0f62e99f0c8..c4d376fd2a909 100644 --- a/ci/deps/azure-windows-39.yaml +++ b/ci/deps/azure-windows-39.yaml @@ -32,7 +32,6 @@ dependencies: - python-dateutil - pytz - s3fs>=0.4.2 - - aiobotocore<=1.3.3 - scipy - sqlalchemy - xlrd diff --git a/environment.yml b/environment.yml index 004580435655f..733bd06fbe12f 100644 --- a/environment.yml +++ b/environment.yml @@ -105,7 +105,7 @@ dependencies: - pytables>=3.6.1 # pandas.read_hdf, DataFrame.to_hdf - s3fs>=0.4.0 # file IO when using 's3://...' path - - aiobotocore<=1.3.3 # Remove when s3fs is at 2021.08.0 + - aiobotocore - fsspec>=0.7.4, <2021.6.0 # for generic remote file operations - gcsfs>=0.6.0 # file IO when using 'gcs://...' path - sqlalchemy # pandas.read_sql, DataFrame.to_sql diff --git a/requirements-dev.txt b/requirements-dev.txt index afeb9eed6c02b..9b35de4bccb48 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -69,7 +69,7 @@ pyarrow>=0.17.0 python-snappy tables>=3.6.1 s3fs>=0.4.0 -aiobotocore<=1.3.3 +aiobotocore fsspec>=0.7.4, <2021.6.0 gcsfs>=0.6.0 sqlalchemy