Skip to content

Commit

Permalink
Merge pull request #41 from jtilly/pin-jsonschema
Browse files Browse the repository at this point in the history
Pin jsonschema<4.17
  • Loading branch information
ocefpaf committed Jan 16, 2023
2 parents 1b0a198 + 6aaa352 commit b84f008
Show file tree
Hide file tree
Showing 9 changed files with 101 additions and 40 deletions.
7 changes: 6 additions & 1 deletion .ci_support/README

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

5 changes: 3 additions & 2 deletions .circleci/config.yml

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

1 change: 1 addition & 0 deletions .gitattributes

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.

2 changes: 1 addition & 1 deletion .scripts/run_docker_build.sh

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

32 changes: 23 additions & 9 deletions LICENSE.txt

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

45 changes: 36 additions & 9 deletions README.md

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

30 changes: 17 additions & 13 deletions build-locally.py

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

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Expand Up @@ -11,7 +11,7 @@ source:
sha256: d87d9372e63b48cd96b2a6415f0cf9457f50162ab79dc7a31cd7e024dd840026

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

Expand All @@ -23,7 +23,7 @@ requirements:
- python >=3.7
- entrypoints
- jinja2
- jsonschema >=3.0
- jsonschema >=3.0,<4.17
- numpy >=0.18
- pandas >=0.18
- toolz
Expand Down

0 comments on commit b84f008

Please sign in to comment.