Attempt pydantic fix
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ numpy==1.26.4
|
|
| 2 |
torch==2.7.0
|
| 3 |
torchvision==0.22.0
|
| 4 |
torchaudio==2.7.0
|
|
|
|
| 5 |
opencv-python
|
|
|
|
| 2 |
torch==2.7.0
|
| 3 |
torchvision==0.22.0
|
| 4 |
torchaudio==2.7.0
|
| 5 |
+
pydantic==2.10.6
|
| 6 |
opencv-python
|