Skip to content

Commit f28775d

Browse files
committed
add typing_extensions as dep
1 parent 6d8bad2 commit f28775d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ for use in data storage and communication applications."""
1616
readme = "README.rst"
1717
dependencies = [
1818
"numpy>=1.7",
19+
"typing_extensions",
1920
]
2021
requires-python = ">=3.10"
2122
dynamic = [

0 commit comments

Comments
 (0)