Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.11.1" %}
{% set version = "1.12.0" %}

package:
name: featuretools
version: {{ version }}

source:
url: https://pypi.io/packages/source/f/featuretools/featuretools-{{ version }}.tar.gz
sha256: 9c76e2ac4adcdf838f2a62beae131a627780dfe44641af59a8d146a30a4c666e
sha256: 2eec476593e241605355910c77353ae69f50b59b5dd7d89c963db89d63712d5a

build:
entry_points:
Expand All @@ -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
Expand All @@ -45,17 +44,16 @@ 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
- pympler >=0.8
- 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/*

Expand Down