Update MapTrace Gradio demo
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,5 @@ torchvision>=0.25.0
|
|
| 4 |
Pillow>=10.0.0,<11.0
|
| 5 |
accelerate>=1.13.0
|
| 6 |
huggingface_hub>=1.3.0,<2.0
|
| 7 |
-
numpy>=2.4.2
|
|
|
|
|
|
| 4 |
Pillow>=10.0.0,<11.0
|
| 5 |
accelerate>=1.13.0
|
| 6 |
huggingface_hub>=1.3.0,<2.0
|
| 7 |
+
numpy>=2.4.2
|
| 8 |
+
pydantic<2.10.0
|