Skip to content

Commit

Permalink
Fix: resolve correct version conflicts (d2l-ai#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruel authored Aug 15, 2023
1 parent fcdead8 commit 787eea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
requirements = [
'jupyter',
'regex',
'sphinx==5.3.0', # >=5.1.1 to enable pre_border-radius in code cells, 6.1.3 shows blank webpages
'sphinx==5.1.1', # >=5.1.1 to enable pre_border-radius in code cells, 6.1.3 shows blank webpages
'recommonmark',
'sphinxcontrib-bibtex==2.4.2', # >=2.2 to enable citet and citep
'pybtex-apa-style',
Expand All @@ -16,7 +16,7 @@
'numpydoc',
'awscli',
'gitpython',
'sphinx_autodoc_typehints',
'sphinx_autodoc_typehints==1.19.2',
'astor',
'yapf',
'fasteners',
Expand Down

0 comments on commit 787eea8

Please sign in to comment.