Skip to content

Commit 084a7c2

Browse files
committed
➕ dep-add: optype
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
1 parent b5b901c commit 084a7c2

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ classifiers = [
1717
"Topic :: Scientific/Engineering",
1818
"Typing :: Typed",
1919
]
20-
dependencies = ["plum-dispatch>=2.5.1", "typing_extensions>=4.12.2"]
20+
dependencies = [
21+
"optype>=0.16.0",
22+
"plum-dispatch>=2.5.1",
23+
"typing_extensions>=4.12.2",
24+
]
2125
description = "dataclass tools, extended by multiple dispatch"
2226
dynamic = ["version"]
2327
license.file = "LICENSE"

uv.lock

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

0 commit comments

Comments
 (0)