bump version and dependencies

This commit is contained in:
henryruhs
2026-07-30 12:49:50 +02:00
parent 7b31f425ff
commit ef658cc6aa
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ if is_windows():
ONNXRUNTIME_SET['directml'] = ('onnxruntime-directml', '1.24.4')
ONNXRUNTIME_SET['qnn'] = ('onnxruntime-qnn', '1.24.4')
if is_linux():
ONNXRUNTIME_SET['migraphx'] = ('onnxruntime-migraphx', '1.25.0')
ONNXRUNTIME_SET['rocm'] = ('onnxruntime-rocm', '1.22.2.post1')
ONNXRUNTIME_SET['migraphx'] = ('onnxruntime-migraphx', '1.26.0')
ONNXRUNTIME_SET['rocm'] = ('onnxruntime-rocm', '1.22.2.post3')
def cli() -> None:
+1 -1
View File
@@ -4,7 +4,7 @@ METADATA =\
{
'name': 'FaceFusion',
'description': 'Industry leading face manipulation platform',
'version': 'NEXT',
'version': '3.8.0',
'license': 'OpenRAIL-AS',
'author': 'Henry Ruhs',
'url': 'https://facefusion.io'
+5 -5
View File
@@ -1,8 +1,8 @@
gradio-rangeslider==0.0.8
gradio==5.50.0
numpy==2.2.1
onnx==1.21.0
numpy==2.4.6
onnx==1.22.0
onnxruntime==1.26.0
opencv-python==4.13.0.92
tqdm==4.67.3
scipy==1.17.1
opencv-python-headless==5.0.0.93
tqdm==4.70.0
scipy==1.18.0