From b862d0bc6dce1f974c086c8857b93eff6528047c Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Tue, 1 Sep 2020 14:50:58 +0100 Subject: [PATCH 1/3] CI: pin s3f3 for Windows py37_np18 on 1.1.x --- ci/deps/azure-windows-37.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deps/azure-windows-37.yaml b/ci/deps/azure-windows-37.yaml index 287d6877b9810..4d134b43760fe 100644 --- a/ci/deps/azure-windows-37.yaml +++ b/ci/deps/azure-windows-37.yaml @@ -29,7 +29,7 @@ dependencies: - pytables - python-dateutil - pytz - - s3fs>=0.4.0 + - s3fs>=0.4.0,<0.5.0 - scipy - sqlalchemy - xlrd From de125fe55438b6e83fa85db38e748f5922dc0dee Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Tue, 1 Sep 2020 15:08:55 +0100 Subject: [PATCH 2/3] also pin setuptools --- ci/deps/azure-36-minimum_versions.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/deps/azure-36-minimum_versions.yaml b/ci/deps/azure-36-minimum_versions.yaml index f5af7bcf36189..737d90fc3ce96 100644 --- a/ci/deps/azure-36-minimum_versions.yaml +++ b/ci/deps/azure-36-minimum_versions.yaml @@ -11,6 +11,7 @@ dependencies: - hypothesis>=3.58.0 - pytest-azurepipelines - psutil + - setuptools<50.0.0 # pandas dependencies - beautifulsoup4=4.6.0 From 37f39ec6949a3094b9924023eaf1a3e9e3238a68 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Tue, 1 Sep 2020 15:30:22 +0100 Subject: [PATCH 3/3] Revert "also pin setuptools" This reverts commit de125fe55438b6e83fa85db38e748f5922dc0dee. --- ci/deps/azure-36-minimum_versions.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/deps/azure-36-minimum_versions.yaml b/ci/deps/azure-36-minimum_versions.yaml index 737d90fc3ce96..f5af7bcf36189 100644 --- a/ci/deps/azure-36-minimum_versions.yaml +++ b/ci/deps/azure-36-minimum_versions.yaml @@ -11,7 +11,6 @@ dependencies: - hypothesis>=3.58.0 - pytest-azurepipelines - psutil - - setuptools<50.0.0 # pandas dependencies - beautifulsoup4=4.6.0