Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

altair v4.2.1 without jsonschema upper bound #43

Closed
wants to merge 5 commits into from
Closed
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions recipe/meta.yaml
@@ -1,5 +1,5 @@
{% set name = "altair" %}
{% set version = "4.2.0" %}
{% set version = "4.2.1" %}


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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/altair-{{ version }}.tar.gz
sha256: d87d9372e63b48cd96b2a6415f0cf9457f50162ab79dc7a31cd7e024dd840026
sha256: 4939fd9119c57476bf305af9ca0bd1aa7779b2450b874d3623660e879d0fcad1

build:
number: 2
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv

Expand All @@ -23,7 +23,7 @@ requirements:
- python >=3.7
- entrypoints
- jinja2
- jsonschema >=3.0,<4.17
- jsonschema >=4.3.0
jtilly marked this conversation as resolved.
Show resolved Hide resolved
- numpy >=0.18
- pandas >=0.18
- toolz
Expand Down