Skip to content

Commit

Permalink
Merge pull request #57 from rxm7706/main
Browse files Browse the repository at this point in the history
Update to v0.19.7
  • Loading branch information
merelcht authored Aug 2, 2024
2 parents bde9d2e + 6a9fcd3 commit 8fa27d9
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
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: 6 additions & 0 deletions .scripts/build_steps.sh

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

5 changes: 2 additions & 3 deletions README.md

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

4 changes: 2 additions & 2 deletions build-locally.py

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

19 changes: 9 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{% set name = "kedro" %}
{% set version = "0.19.6" %}
{% set version = "0.19.7" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/kedro-{{ version }}.tar.gz
sha256: cd4128fe8a9716ae83cf2f88ce2b76305d66af99a497207e3e4294afd3d96e15
sha256: 7c9d1594cdaa18ea8171944c15030bad86ca1de4460f0c46c187eaab82fa15c4

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

requirements:
host:
Expand All @@ -33,9 +31,10 @@ requirements:
- dynaconf >=3.1.2,<4.0
- fsspec >=2021.4
- gitpython >=3.0
- importlib-metadata >=3.6,<8.0
- importlib-metadata >=3.6,<9.0
- importlib-resources >=1.3,<7.0
- kedro-datasets # Only required for tests Now
- kedro-telemetry >=0.5.0
- more-itertools >=8.14.0
- omegaconf >=2.1.1
- parse >=1.19.0
Expand All @@ -45,20 +44,21 @@ requirements:
- rich >=12.0,<14.0
- rope >=0.21,<2.0
- toml >=0.10.0
- typing-extensions >=4.0
- graphlib-backport >=1.0.0

test:
imports:
- kedro
commands:
- kedro --help
- pip check
- kedro --help
requires:
- pip

about:
home: https://github.com/kedro-org/kedro
summary: A Python library that implements software engineering best-practice for data and ML pipelines.
summary: Kedro helps you build production-ready data and analytics pipelines
license: Apache-2.0
license_file: LICENSE.md
doc_url: https://kedro.readthedocs.io/
Expand All @@ -71,9 +71,8 @@ extra:
- yetudada
- idanov
- merelcht
- AhdraMeraliQB
- NeroOkwa
- noklam
- SajidAlamQB
- lrcouto
- DimedS
- ElenaKhaustova

1 comment on commit 8fa27d9

@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.