Skip to content

Commit

Permalink
Unconditionally depend on typing-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Oct 8, 2024
1 parent 7b5d73d commit 6cc60f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ dependencies = [
"immutables",
"immutabledict",

# for Self, TypeAlias
"typing-extensions>=4; python_version<'3.12'",
"typing-extensions>=4",
]
[project.optional-dependencies]
pyopencl = [
Expand Down

0 comments on commit 6cc60f0

Please sign in to comment.