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/*