Skip to content

Commit 936124f

Browse files
committed
remove the typing-extensions
1 parent 95ffd72 commit 936124f

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

conjugate/interactive.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
import sys
21
from types import UnionType
3-
from typing import Any, Annotated, Iterable
4-
5-
if sys.version_info >= (3, 13):
6-
from typing import get_origin
7-
else:
8-
from typing_extensions import get_origin
2+
from typing import Any, Annotated, Iterable, get_origin
93

104
from conjugate import distributions, models
115
from conjugate.plot import PlotDistMixin

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ dependencies = [
2828
"numpy",
2929
"scipy",
3030
"packaging",
31-
"typing-extensions;python_version<'3.11'",
3231
]
3332

3433
[project.urls]

uv.lock

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

0 commit comments

Comments
 (0)