Fix gradio using pinned pydantic
This commit is contained in:
@@ -4,7 +4,7 @@ METADATA =\
|
|||||||
{
|
{
|
||||||
'name': 'FaceFusion',
|
'name': 'FaceFusion',
|
||||||
'description': 'Industry leading face manipulation platform',
|
'description': 'Industry leading face manipulation platform',
|
||||||
'version': '3.1.1',
|
'version': '3.1.2',
|
||||||
'license': 'MIT',
|
'license': 'MIT',
|
||||||
'author': 'Henry Ruhs',
|
'author': 'Henry Ruhs',
|
||||||
'url': 'https://facefusion.io'
|
'url': 'https://facefusion.io'
|
||||||
|
|||||||
@@ -6,5 +6,6 @@ onnx==1.17.0
|
|||||||
onnxruntime==1.20.1
|
onnxruntime==1.20.1
|
||||||
opencv-python==4.10.0.84
|
opencv-python==4.10.0.84
|
||||||
psutil==6.1.1
|
psutil==6.1.1
|
||||||
|
pydantic==2.10.6
|
||||||
tqdm==4.67.1
|
tqdm==4.67.1
|
||||||
scipy==1.14.1
|
scipy==1.14.1
|
||||||
|
|||||||
Reference in New Issue
Block a user