Skip to content

Commit

Permalink
Merge pull request #55 from regro-cf-autotick-bot/5.4.0_h1d5cc7
Browse files Browse the repository at this point in the history
altair v5.4.0
  • Loading branch information
binste authored Aug 11, 2024
2 parents e4f4d0b + 9602239 commit 8245f17
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 19 deletions.
9 changes: 1 addition & 8 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
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.

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.

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.

12 changes: 5 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "altair-split" %}
{% set version = "5.3.0" %}
{% set version = "5.4.0" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/a/altair/altair-{{ version }}.tar.gz
sha256: 5a268b1a0983b23d8f9129f819f956174aa7aea2719ed55a52eba9979b9f6675
sha256: 27c69e93d85b7bb3c98fa3626ef7e6bc6939a1466a55a8f8bf68c4bff31cf030

build:
number: 0
Expand All @@ -28,12 +28,10 @@ outputs:
- packaging
- python >=3.8
- importlib-metadata
- typing-extensions >=4.0.1
- typing-extensions >=4.10.0
- jinja2
- jsonschema >=3.0
- numpy
- pandas >=0.25
- toolz
- narwhals >=1.1.0
test:
source_files:
- altair
Expand Down Expand Up @@ -62,7 +60,7 @@ outputs:
host:
- python >=3.8
run:
- vl-convert-python >=1.3.0
- vl-convert-python >=1.6.0
- pyarrow >=11
- vegafusion >=1.6.6
- vegafusion-python-embed
Expand Down

0 comments on commit 8245f17

Please sign in to comment.