Compare commits

..
2 Commits
Author SHA1 Message Date
henryruhs 03d49d0c7d Bump verison 2024-10-27 12:11:10 +01:00
henryruhs 620f11d21a Hotfix python-multipart 2024-10-27 11:23:00 +01:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -91,3 +91,4 @@ def run(program : ArgumentParser) -> None:
if onnxruntime_version < '1.19.0':
subprocess.call([ shutil.which('pip'), 'install', 'numpy==1.26.4', '--force-reinstall' ])
subprocess.call([ shutil.which('pip'), 'install', 'python-multipart==0.0.12', '--force-reinstall' ])
+1 -1
View File
@@ -4,7 +4,7 @@ METADATA =\
{
'name': 'FaceFusion',
'description': 'Industry leading face manipulation platform',
'version': '3.0.0',
'version': '3.0.1',
'license': 'MIT',
'author': 'Henry Ruhs',
'url': 'https://facefusion.io'