Skip to content

Commit

Permalink
Add typing_extensions as a dependency
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman committed Sep 12, 2023
1 parent 36a254e commit 869cfde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ readme = "PACKAGE.md"
requires-python = ">=3.8"
keywords = []
classifiers = []
dependencies = [
"typing_extensions>=4.6",
]

[project.urls]
Source = "https://github.com/data-apis/array-api/"
Expand Down

0 comments on commit 869cfde

Please sign in to comment.