Skip to content

Commit

Permalink
BUG: Require typing-extensions >= 4.6.0
Browse files Browse the repository at this point in the history
Due to the use of TypeAliasType

Closes: #40
  • Loading branch information
ghisvail committed Apr 24, 2024
1 parent 93584d6 commit dacd157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [
"smart-open",
"soundfile",
"tqdm",
"typing-extensions",
"typing-extensions>=4.6.0",
"wheel",
]

Expand Down

0 comments on commit dacd157

Please sign in to comment.