Skip to content

Commit

Permalink
Merge pull request #46 from rxm7706/main
Browse files Browse the repository at this point in the history
Fix PythonVersionWarning
  • Loading branch information
merelcht authored Oct 20, 2023
2 parents 0885705 + 7850f84 commit 400937d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 4 additions & 5 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.

8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
{% set name = "kedro" %}
{% set version = "0.18.13" %}
{% set version = "0.18.14" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/kedro-{{ version }}.tar.gz
sha256: 89c6684fb6c530300759fc58d93ee55162bbae949c04b5a7fdd234e9cf117149
sha256: da219eaf10ed96909195dda53cb33c66a3e017012501d08f0da90ce1879a3364

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
entry_points:
- kedro = kedro.framework.cli:main
number: 1
number: 0
script_env:
- PYTHONWARNINGS="ignore::UserWarning"

requirements:
host:
Expand Down

1 comment on commit 400937d

@conda-forge-webservices
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.