From ce756f504d1e2b10e21b09ca3e9fa6478116332c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 22:03:34 +0000 Subject: [PATCH] v1.12.0 --- recipe/meta.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index db05544..5f84012 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.11.1" %} +{% set version = "1.12.0" %} package: name: featuretools @@ -6,7 +6,7 @@ package: source: url: https://pypi.io/packages/source/f/featuretools/featuretools-{{ version }}.tar.gz - sha256: 9c76e2ac4adcdf838f2a62beae131a627780dfe44641af59a8d146a30a4c666e + sha256: 2eec476593e241605355910c77353ae69f50b59b5dd7d89c963db89d63712d5a build: entry_points: @@ -18,21 +18,20 @@ build: requirements: host: - pip - - python >=3.7.* + - python >=3.8.* run: - click >=7.0.0 - cloudpickle >=1.5.0 - dask >=2021.10.0 - distributed >=2021.10.0 + - holidays >=0.13 - numpy >=1.21.0 - pandas >=1.3.0 - psutil >=5.6.6 - - python >=3.7.* + - python >=3.8.* - scipy >=1.3.3 - tqdm >=4.32.0 - woodwork >=0.16.2 - - holidays >=0.13 - test: commands: - featuretools --help @@ -45,7 +44,6 @@ test: - boto3 >=1.17.46 - composeml >=0.8.0 - graphviz !=2.47.2 - - python-graphviz >=0.8.4 - moto >=3.0.7 - pip >=21.3.1 - pyarrow >=3.0.0 @@ -53,9 +51,9 @@ test: - pytest >=7.1.2 - pytest-cov >=3.0.0 - pytest-xdist >=2.5.0 + - python-graphviz >=0.8.4 - smart_open >=5.0.0 - urllib3 >=1.26.5 - source_files: - featuretools/*