use pydantic==2.10.6
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -23,6 +23,8 @@ gradio~=5.5.0
|
|
23 |
arxiv~=2.1.3
|
24 |
# data preparation
|
25 |
acl-anthology-py>=0.4.3
|
|
|
|
|
26 |
|
27 |
# --------- hydra --------- #
|
28 |
hydra-core>=1.3.0
|
|
|
23 |
arxiv~=2.1.3
|
24 |
# data preparation
|
25 |
acl-anthology-py>=0.4.3
|
26 |
+
# see https://github.com/gradio-app/gradio/issues/10662
|
27 |
+
pydantic==2.10.6
|
28 |
|
29 |
# --------- hydra --------- #
|
30 |
hydra-core>=1.3.0
|