Skip to content

Commit bf6f5a0

Browse files
mikeprosserniMike Prosserbkeryan
authored
Add typing_extensions as a main dependency (#196)
* add typing_extensions as a main dependency * Restore the previous dependency Co-authored-by: Brad Keryan <[email protected]> * poetry lock --------- Co-authored-by: Mike Prosser <[email protected]> Co-authored-by: Brad Keryan <[email protected]>
1 parent ccb12f3 commit bf6f5a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ numpy = [
4242
{ version = ">=2.1", python = "^3.13" }
4343
]
4444
hightime = { version = ">=0.2.2", allow-prereleases = true }
45+
typing-extensions = ">=4.13.2"
4546

4647
[tool.poetry.group.dev.dependencies]
4748
# Specify additional NumPy version constraints to speed up locking and test with binary wheels that support PyPy.

0 commit comments

Comments
 (0)