Skip to content

Commit

Permalink
Merge pull request #142 from regro-cf-autotick-bot/1.29.0_h4c780c
Browse files Browse the repository at this point in the history
featuretools v1.29.0
  • Loading branch information
thehomebrewnerd authored Feb 21, 2024
2 parents 0837480 + 976a92d commit a75fd9d
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 18 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 9 additions & 12 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "1.28.0" %}
{% set version = "1.29.0" %}

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

source:
url: https://pypi.io/packages/source/f/featuretools/featuretools-{{ version }}.tar.gz
sha256: 33612eb1528a55ce4700f0c420c7775f4ff0533d5f256251ad6c07a17787f774
sha256: c7123ab7dc260e7380c61ae6cc1e831e13177b8a9e61ae628e43a1e212f61590

build:
noarch: python
Expand All @@ -16,15 +16,15 @@ build:
requirements:
host:
- pip
- python >=3.8.*
- python >=3.9.*
run:
- cloudpickle >=1.5.0
- holidays >=0.13, <0.33.0
- holidays >=0.17
- numpy >=1.21.0
- packaging >=20.0
- pandas >=1.5.0
- psutil >=5.6.6
- python >=3.8.*
- python >=3.9.*
- scipy >=1.10.0
- tqdm >=4.32.0
- woodwork >=0.23.0
Expand All @@ -34,20 +34,20 @@ test:
imports:
- featuretools
requires:
- boto3 >=1.17.46
- boto3 >=1.34.32
- composeml >=0.8.0
- graphviz !=2.47.2
- moto >=3.0.7
- moto >=5.0.0
- pip >=21.3.1
- pyarrow >=3.0.0, <13.0.0
- pyarrow >=14.0.1
- pympler >=0.8
- pytest >=7.1.2
- pytest-cov >=3.0.0
- pytest-timeout >=2.1.0
- pytest-xdist >=2.5.0
- python-graphviz >=0.8.4
- smart_open >=5.0.0
- urllib3 >=1.26.5
- urllib3 >=1.26.18
source_files:
- featuretools/*
- pyproject.toml
Expand All @@ -71,11 +71,8 @@ extra:
recipe-maintainers:
- stefaniesmith
- sbadithe
- ozzieD
- machineAYX
- rwedge
- tamargrey
- thehomebrewnerd
- jeff-hernandez
- gsheni
- dvreed77

0 comments on commit a75fd9d

Please sign in to comment.