Skip to content

Commit

Permalink
MAINT: clean up types and test dependency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 28, 2024
1 parent 585d2a9 commit 46d2825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,11 @@ style = [
{include-group = "types"},
]
test = [
"numpy",
"pytest",
"pytest-cov",
"pytest-xdist",
]
types = [
"docutils",
"pybtex",
"pytest",
"sphinx",
"sphinx-api-relink",
]
types = ["sphinx-api-relink"]

[tool.setuptools]
include-package-data = false
Expand Down
30 changes: 1 addition & 29 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46d2825

Please sign in to comment.