From b7320b2014257069311c0503a886e010590d5ed8 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 24 Jul 2023 19:09:27 +0000 Subject: [PATCH 1/3] updated v1.27.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 205489e..60098ed 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.26.0" %} +{% set version = "1.27.0" %} package: name: featuretools @@ -6,7 +6,7 @@ package: source: url: https://pypi.io/packages/source/f/featuretools/featuretools-{{ version }}.tar.gz - sha256: 7c37edd6ab66f5eab4e4f064b35d775d8544a81998188bac2ab15c4471e68956 + sha256: ab3b2f786652b65ea6ef84062300f29351e8e06d8fb1cd29fdd08cc129ce04b2 build: noarch: python From 49e467ac5f216df7f7920aa860bde82cabcb9c47 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 24 Jul 2023 19:09:35 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.07.24.17.41.39 --- .azure-pipelines/azure-pipelines-linux.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 974e878..a20f315 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -15,11 +15,6 @@ jobs: timeoutInMinutes: 360 steps: - - script: | - rm -rf /opt/ghc - df -h - displayName: Manage disk space - # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static - script: | From 03035358c65483fed991249ebcc935ebf69b3d74 Mon Sep 17 00:00:00 2001 From: Nate Parsons Date: Mon, 24 Jul 2023 14:33:48 -0500 Subject: [PATCH 3/3] update meta.yaml --- recipe/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 60098ed..28cd1d8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -16,16 +16,16 @@ build: requirements: host: - pip - - python >=3.8.*, <3.11.0 + - python >=3.8.* run: - cloudpickle >=1.5.0 - holidays >=0.13 - numpy >=1.21.0 - packaging >=20.0 - - pandas >=1.4.0, <2.0.0 + - pandas >=1.5.0 - psutil >=5.6.6 - - python >=3.8.*, <3.11.0 - - scipy >=1.4.0 + - python >=3.8.* + - scipy >=1.10.0 - tqdm >=4.32.0 - woodwork >=0.23.0 test: