Skip to content

Commit

Permalink
Merge pull request #10 from Carreau/jsonschema
Browse files Browse the repository at this point in the history
temporarly pin jsonschema
  • Loading branch information
takluyver committed Jun 8, 2015
2 parents ba54d91 + 87cf930 commit dd3cfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
install_requires = setuptools_args['install_requires'] = [
'ipython_genutils',
'traitlets',
'jsonschema>=2.0',
'jsonschema>=2.0,!=2.5.0',
'jupyter_core',
]

Expand Down

0 comments on commit dd3cfef

Please sign in to comment.