Skip to content

Commit 6edf43d

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

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

pyproject.toml

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

uv.lock

Lines changed: 34 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)