Skip to content

Commit

Permalink
Merge pull request #48 from ocefpaf/latest_jsonschema_breaks_altair
Browse files Browse the repository at this point in the history
skip jsonschema 4.18.1
  • Loading branch information
ocefpaf authored Jul 12, 2023
2 parents 326d024 + ee642f0 commit bf6fcb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: 087d7033cb2d6c228493a053e12613058a5d47faf6a36aea3ff60305fd8b4cb0

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

Expand All @@ -25,7 +25,7 @@ requirements:
- importlib-metadata
- typing-extensions >=4.0.1
- jinja2
- jsonschema >=3.0
- jsonschema >=3.0,!=4.18.1
- numpy
- pandas >=0.18
- toolz
Expand Down

0 comments on commit bf6fcb4

Please sign in to comment.