Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 3 |
torch
|
| 4 |
torchvision
|
| 5 |
-
|
| 6 |
numpy>=1.26.4
|
| 7 |
opencv-python-headless
|
| 8 |
imageio-ffmpeg>=0.5.1
|
|
|
|
| 2 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
| 3 |
torch
|
| 4 |
torchvision
|
| 5 |
+
pydantic==2.10.6
|
| 6 |
numpy>=1.26.4
|
| 7 |
opencv-python-headless
|
| 8 |
imageio-ffmpeg>=0.5.1
|