Skip to content

Commit

Permalink
relax pydantic version restriction (#1658)
Browse files Browse the repository at this point in the history
Co-authored-by: dhuangnm <[email protected]>
  • Loading branch information
dhuangnm and dhuangnm authored Jul 19, 2024
1 parent d612abd commit 36b92ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
_deps = [
"numpy>=1.16.3",
"onnx>=1.5.0,<1.15.0",
"pydantic>=2.0.0,<2.8.0",
"pydantic~=2.0",
"requests>=2.0.0",
"tqdm>=4.0.0",
"protobuf>=3.12.2",
Expand Down

0 comments on commit 36b92ee

Please sign in to comment.