Skip to content

Commit

Permalink
[setup.py] revert doc requirements versions to support py3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonygego committed Feb 21, 2024
1 parent e531343 commit 4de3a17
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 @@ -39,8 +39,8 @@
]

doc_requires = [
"ipython==8.21.0",
"sphinx==7.2.6",
"ipython==8.12.3",
"sphinx==7.1.2",
"sphinx-autodoc-typehints==2.0.0",
"sphinx-rtd-theme==2.0.0",
"sphinx-tabs==3.4.5"
Expand Down

0 comments on commit 4de3a17

Please sign in to comment.