Skip to content

Commit

Permalink
limit versions of sphinx-related libs for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormordan committed Mar 6, 2024
1 parent da31592 commit ec21ca1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,15 @@ def add_cpp_extension():
'jupyter-book>=0.9.1,<0.14', # breaking changes introduced in 0.14
'matplotlib>=3.3',
'nbdime',
'nbstripout',
'nbstripout<0.7', # breaking changes introduced in 0.7
'scipy',
'sphinx-book-theme',
'sphinxcontrib-applehelp<=1.0.4',
'sphinxcontrib-devhelp<=1.0.2',
'sphinxcontrib-htmlhelp<=2.0.1',
'sphinxcontrib-jsmath<=1.0.1',
'sphinxcontrib-qthelp<=1.0.3',
'sphinxcontrib-serializinghtml<=1.1.5',
'wheel',
],
'onnx': [
Expand All @@ -120,7 +126,7 @@ def add_cpp_extension():
'test': [
'cpplint',
'nbconvert<7',
'nbstripout',
'nbstripout<0.7', # breaking changes introduced in 0.7
'nbval',
'opencv-python',
'pycodestyle',
Expand Down

0 comments on commit ec21ca1

Please sign in to comment.