Skip to content

Commit

Permalink
Merge pull request #143 from regro-cf-autotick-bot/1.30.0_ha4fc91
Browse files Browse the repository at this point in the history
featuretools v1.30.0
  • Loading branch information
thehomebrewnerd committed Feb 27, 2024
2 parents a75fd9d + fdbda32 commit d871ffd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

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

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

3 changes: 0 additions & 3 deletions README.md

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

5 changes: 3 additions & 2 deletions build-locally.py

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

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

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

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

build:
noarch: python
Expand All @@ -20,21 +20,21 @@ requirements:
run:
- cloudpickle >=1.5.0
- holidays >=0.17
- numpy >=1.21.0
- numpy >=1.25.0
- packaging >=20.0
- pandas >=1.5.0
- psutil >=5.6.6
- pandas >=2.0.0
- psutil >=5.7.0
- python >=3.9.*
- scipy >=1.10.0
- tqdm >=4.32.0
- woodwork >=0.23.0
- woodwork >=0.28.0
test:
commands:
- pytest -n 2 --pyargs featuretools
imports:
- featuretools
requires:
- boto3 >=1.34.32
- boto3 >=1.34.32
- composeml >=0.8.0
- graphviz !=2.47.2
- moto >=5.0.0
Expand Down

0 comments on commit d871ffd

Please sign in to comment.