Skip to content

Commit 284fc76

Browse files
committed
Skip non-required deps
1 parent 9c46b78 commit 284fc76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ dynamic = ['version']
3434
docs = [
3535
'autodocsumm',
3636
'huggingface-hub',
37-
'six==1.15.0',
38-
'sphinx<7',
39-
'sphinx-book-theme==1.1.2',
37+
'six',
38+
'sphinx',
39+
'sphinx-book-theme',
4040
]
4141
test = [
4242
'mock',
4343
'pytest',
44-
'ruff==0.5.2',
44+
'ruff',
4545
]
4646

4747
[project.urls]

0 commit comments

Comments
 (0)