Merge pull request #521 from snakers4/adamnsandle

downgrade onnxruntime dependency
This commit is contained in:
Dimitrii Voronin
2024-08-09 14:23:16 +03:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ classifiers = [
dependencies = [
"torch>=1.12.0",
"torchaudio>=0.12.0",
"onnxruntime>=1.18.0",
"onnxruntime>=1.16.1",
]
[project.urls]