Skip to content

Commit

Permalink
Merge pull request #55 from rxm7706/main
Browse files Browse the repository at this point in the history
Version Upgrade v0.19.6
  • Loading branch information
merelcht authored May 30, 2024
2 parents a7d65ee + 95fab9d commit bde9d2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -10,6 +6,3 @@ channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
zip_keys:
- - c_stdlib_version
- cdt_name
4 changes: 2 additions & 2 deletions .gitattributes

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

11 changes: 5 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "kedro" %}
{% set version = "0.19.5" %}
{% set version = "0.19.6" %}

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

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

build:
noarch: python
Expand Down Expand Up @@ -35,18 +35,17 @@ requirements:
- gitpython >=3.0
- importlib-metadata >=3.6,<8.0
- importlib-resources >=1.3,<7.0
- jmespath >=0.9.5
- kedro-datasets
- kedro-datasets # Only required for tests Now
- more-itertools >=8.14.0
- omegaconf >=2.1.1
- parse >=1.19.0
- pluggy >=1.0,<1.4.0
- pluggy >=1.0
- pre-commit-hooks
- pyyaml >=4.2,<7.0
- rich >=12.0,<14.0
- rope >=0.21,<2.0
- toml >=0.10.0
- toposort >=1.5
- graphlib-backport >=1.0.0

test:
imports:
Expand Down

1 comment on commit bde9d2e

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