mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Unpin pydantic (#28728)
* try pydantic v2 * try pydantic v2 --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
3aea38ce61
commit
f8b7c4345a
2
setup.py
2
setup.py
@ -144,7 +144,7 @@ _deps = [
|
||||
"protobuf",
|
||||
"psutil",
|
||||
"pyyaml>=5.1",
|
||||
"pydantic<2",
|
||||
"pydantic",
|
||||
"pytest>=7.2.0",
|
||||
"pytest-timeout",
|
||||
"pytest-xdist",
|
||||
|
@ -50,7 +50,7 @@ deps = {
|
||||
"protobuf": "protobuf",
|
||||
"psutil": "psutil",
|
||||
"pyyaml": "pyyaml>=5.1",
|
||||
"pydantic": "pydantic<2",
|
||||
"pydantic": "pydantic",
|
||||
"pytest": "pytest>=7.2.0",
|
||||
"pytest-timeout": "pytest-timeout",
|
||||
"pytest-xdist": "pytest-xdist",
|
||||
|
Loading…
Reference in New Issue
Block a user