3 Commits

Author SHA1 Message Date
makaveli f5bea0a693 Bump version v0.6.3 2025-02-26 19:41:56 +05:30
Marcus Edel 5b3bef5845 Merge pull request #341 from makaveli10/fix_py312_pypi_install
Fix setup.py onnxruntime version for py312 pypi installation support.
2025-02-24 05:39:41 -05:00
makaveli10 2c761adc32 Fix setup.py onnxruntime version for py312 pypi installation support
Signed-off-by: makaveli10 <vineet.suryan@collabora.com>
2025-02-24 10:41:32 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ setup(
"torch",
"torchaudio",
"websockets",
"onnxruntime==1.16.0",
"onnxruntime==1.17.0",
"scipy",
"websocket-client",
"numba",
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.6.2"
__version__ = "0.6.3"