Skip to content

Commit 36b92ee

Browse files
dhuangnmdhuangnm
and
dhuangnm
authoredJul 19, 2024··
relax pydantic version restriction (#1658)
Co-authored-by: dhuangnm <[email protected]>
1 parent d612abd commit 36b92ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
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)
Please sign in to comment.