Skip to content

Commit

Permalink
Merge pull request #48 from rxm7706/main
Browse files Browse the repository at this point in the history
Update to v0.19.0
  • Loading branch information
merelcht authored Dec 13, 2023
2 parents 708e2d9 + 9e30045 commit a9d301b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 16 deletions.
3 changes: 3 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.

15 changes: 12 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: 3 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.

23 changes: 11 additions & 12 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "kedro" %}
{% set version = "0.18.14" %}
{% set version = "0.19.0" %}

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

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

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
entry_points:
- kedro = kedro.framework.cli:main
number: 0
Expand All @@ -20,11 +20,11 @@ build:

requirements:
host:
- python >=3.8
- setuptools >=65.5.1
- pip
- python >=3.7
run:
- python >=3.7
- anyconfig >=0.10.0
- python >=3.8
- attrs >=21.3
- python-build >=0.7.0
- cachetools >=4.1
Expand All @@ -33,19 +33,18 @@ requirements:
- dynaconf >=3.1.2,<4.0
- fsspec >=2021.4
- gitpython >=3.0
- importlib_metadata >=3.6,<7.0.0
- importlib-metadata >=3.6,<7.0.0
- importlib_resources >=1.3,<7.0.0
- importlib-metadata >=3.6,<8.0
- importlib-resources >=1.3,<7.0
- jmespath >=0.9.5
- kedro-datasets
- more-itertools >=8.14.0
- omegaconf >=2.1.1
- parse >=1.19.0
- pip-tools >=6.5
- pluggy >=1.0,<1.3 # TODO: Uncap when dropping Python 3.7 support, see https://github.com/kedro-org/kedro/issues/2979
- pluggy >=1.0
- pyyaml >=4.2,<7.0
- rich >=12.0,<14.0
- rope >=0.21,<2.0
- setuptools >=38.0
- setuptools >=65.5.1
- toml >=0.10.0
- toposort >=1.5

Expand Down

1 comment on commit a9d301b

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