Spaces:
Sleeping
Sleeping
firefighter
commited on
fix: pydantic error
Browse files- requriements.txt +3 -1
requriements.txt
CHANGED
@@ -2,4 +2,6 @@ tqdm
|
|
2 |
matplotlib
|
3 |
gradio==4.16.0
|
4 |
numpy<2.0.0
|
5 |
-
scikit-image<=0.20.0
|
|
|
|
|
|
2 |
matplotlib
|
3 |
gradio==4.16.0
|
4 |
numpy<2.0.0
|
5 |
+
scikit-image<=0.20.0
|
6 |
+
pydantic==2.8.2
|
7 |
+
pydantic-core==2.20.1
|