Skip to content

Commit

Permalink
Fix astroid requirement (version 3 has known bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Nov 16, 2023
1 parent 6ca6079 commit 7b44ab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ easyunfold = "easyunfold.cli:easyunfold"
[project.optional-dependencies]
doc = [
"sphinx-click>=4,<5", "sphinx-autodoc2>=0.4,<0.5", "sphinx-book-theme>=1,<2",
"sphinx-copybutton>=0.3,<0.4", "myst-parser[linkify]", "sphinx>=6,<7", "sphinx-autoapi==3.0.0"
"sphinx-copybutton>=0.3,<0.4", "myst-parser[linkify]", "sphinx>=6,<7", "astroid<3"
# astroid needs to be <3 due to: https://github.com/sphinx-extensions2/sphinx-autodoc2/issues/31
]
test = ["pytest", "pytest-cov", "coverage", "sumo"]
dos = ["sumo"]
Expand Down

0 comments on commit 7b44ab4

Please sign in to comment.