Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 36b92ee

Browse files
dhuangnmdhuangnm
andauthored
relax pydantic version restriction (#1658)
Co-authored-by: dhuangnm <dhuang@MacBook-Pro-2.local>
1 parent d612abd commit 36b92ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
_deps = [
8181
"numpy>=1.16.3",
8282
"onnx>=1.5.0,<1.15.0",
83-
"pydantic>=2.0.0,<2.8.0",
83+
"pydantic~=2.0",
8484
"requests>=2.0.0",
8585
"tqdm>=4.0.0",
8686
"protobuf>=3.12.2",

0 commit comments

Comments
 (0)