Skip to content

Commit dd09c6d

Browse files
authored
Remove duplicate dependency in pyproject.toml (#654)
Remove tomli dev dependency for Python versions >= 3.11 since it is already in the package dependencies section
1 parent a212204 commit dd09c6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Source = 'https://github.com/numpy/numpydoc/'
4545
[dependency-groups]
4646
dev = [
4747
'pre-commit>=3.3',
48-
"tomli; python_version < '3.11'",
4948
{ include-group = "doc" },
5049
{ include-group = "test" }
5150
]

0 commit comments

Comments
 (0)