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

Pin max version of jsonschema to work around tskit issue. #1183

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ scipy
attrs
black
demes~=0.2.2
# NOTE: this jsonschema pin is a hack until tskit issue 2840
# is resolved
jsonschema<=4.18.6

#below are for building package
#and running tests
Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ install_requires =
scipy
tskit ~= 0.5.0
demes ~= 0.2.2
# NOTE: this jsonschema pin is a hack until tskit issue 2840
# is resolved
jsonschema < 4.18.7
setup_requires =
setuptools
setuptools_scm
Expand Down
Loading