Skip to content

Commit

Permalink
feature_engine v1.7.0 (#22)
Browse files Browse the repository at this point in the history
* updated v1.7.0

* MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.33.0, and conda-forge-pinning 2024.03.23.15.21.29
  • Loading branch information
regro-cf-autotick-bot authored Mar 24, 2024
1 parent 4899ecb commit 0ba5c86
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 16 deletions.
4 changes: 4 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.

16 changes: 9 additions & 7 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.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.

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.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "feature_engine" %}
{% set version = "1.6.2" %}
{% set version = "1.7.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: d365941d41f4dca1a83d021b0444df2db2230d843f943f0959aa21082d353e26
sha256: 720dfd5679cdc8a3a9484c238fdcb3aab30d2cda44e7585ca5726db93fbe8d57

build:
noarch: python
Expand Down

0 comments on commit 0ba5c86

Please sign in to comment.