Skip to content

Commit

Permalink
Mock ujson so docs will build
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVinyard committed Jul 7, 2018
1 parent 82bf6d9 commit b376aae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,9 @@

'tornado',
'tornado.ioloop',
'tornado.web'
'tornado.web',

'ujson'
]


Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
'matplotlib',
'argparse',
'intervaltree',
'ujson',
'numpy==1.12.1',
'scipy==0.19',
'torch==0.4.0'
Expand Down

0 comments on commit b376aae

Please sign in to comment.