We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34450f commit df49574Copy full SHA for df49574
1 file changed
src/python/pyproject.toml
@@ -16,4 +16,4 @@ classifiers = [
16
[project.optional-dependencies]
17
core = ["numpy>=1.0.0,<3.0.0", "onnxruntime>=1.0.0,<2.0.0"]
18
extras = ["pydantic>=2.0.0,<3.0.0"]
19
-test = ["jsonschema>=4.0.0,<5.0.0"]
+test = ["jsonschema>=4.0.0,<5.0.0", "pydantic>=2.0.0,<3.0.0"]
0 commit comments