Skip to content

Commit 4880f9a

Browse files
committed
Update deps for optional targets in pyproject.toml
1 parent 3d2d957 commit 4880f9a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

pyproject.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,14 @@ readme = {file = "README.md", content-type = "text/markdown"}
7070
requires-python = ">=3.9,<3.13"
7171

7272
[project.optional-dependencies]
73-
coverage = ["Cython", "pytest", "pytest-cov", "coverage", "tomli"]
73+
coverage = ["Cython", "pytest", "pytest-cov", "coverage", "tomli", "llvm"]
7474
docs = [
7575
"Cython",
76-
"graphviz",
77-
"pydot",
78-
"furo",
76+
"cupy",
7977
"sphinx",
80-
"sphinx-copybutton",
81-
"sphinx-design",
78+
"sphinx_rtd_theme",
79+
"pyenchant",
8280
"sphinxcontrib-googleanalytics",
83-
"sphinxcontrib-jsmath",
84-
"sphinxcontrib-programoutput",
8581
"sphinxcontrib-spelling"
8682
]
8783

0 commit comments

Comments
 (0)