Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Common Libraries
|
2 |
gradio==5.15.0
|
3 |
gradio_client==1.7.0
|
4 |
-
pydantic
|
5 |
pydantic_core==2.20.1
|
6 |
joblib==1.4.2
|
7 |
pandas==2.2.2
|
|
|
1 |
# Common Libraries
|
2 |
gradio==5.15.0
|
3 |
gradio_client==1.7.0
|
4 |
+
pydantic<2
|
5 |
pydantic_core==2.20.1
|
6 |
joblib==1.4.2
|
7 |
pandas==2.2.2
|