Skip to content

Commit f3247af

Browse files
committed
added extras dependency group
1 parent 220cd0a commit f3247af

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/python/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ classifiers = [
1515

1616
[project.optional-dependencies]
1717
core = ["numpy>=1.0.0,<3.0.0", "onnxruntime>=1.0.0,<2.0.0"]
18+
extras = ["pydantic>=2.0.0,<3.0.0"]
1819
test = ["jsonschema>=4.0.0,<5.0.0"]

0 commit comments

Comments
 (0)