Skip to content

Commit

Permalink
Move useful-types to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Dec 9, 2024
1 parent 75d3d2f commit a6ed62d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dependencies = [
"pytools>=2024.1.16",
# for dataclass_transform, TypeAlias, deprecated
"typing-extensions>=4.5",
"useful-types",
]

[project.optional-dependencies]
Expand All @@ -44,7 +43,9 @@ numpy = [
test = [
"mypy",
"pytest",
"ruff"
"ruff",
# only needed for type checking
"useful-types",
]

[project.urls]
Expand Down

0 comments on commit a6ed62d

Please sign in to comment.