Skip to content

Commit

Permalink
Merge pull request #74 from regro-cf-autotick-bot/0.30.0_h333e88
Browse files Browse the repository at this point in the history
woodwork v0.30.0
  • Loading branch information
thehomebrewnerd authored Apr 11, 2024
2 parents 8ca71aa + 3150bd5 commit b9659c5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
1 change: 1 addition & 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.

7 changes: 7 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -6,3 +10,6 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
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.

2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

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

2 changes: 0 additions & 2 deletions README.md

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "0.29.0" %}
{% set version = "0.30.0" %}


package:
Expand All @@ -7,7 +7,7 @@ package:

source:
url: https://pypi.io/packages/source/w/woodwork/woodwork-{{ version }}.tar.gz
sha256: 53d236a12eb20d2a23b7f6f3d9f9b77d3869adc62344c2accc3e7cfb8b4f517c
sha256: 5496d24a30e9f5a0e617944a58d7590ec912284db04c04f4b0f3e1eab0ca445d

build:
entry_points:
Expand All @@ -23,7 +23,7 @@ requirements:
run:
- importlib-resources >=5.10.0
- numpy >1.25.0
- pandas >=1.4.3
- pandas >=2.0.0
- python >=3.9.*
- python-dateutil >=2.8.2
- scikit-learn >=1.1.0
Expand Down

0 comments on commit b9659c5

Please sign in to comment.