Browse Source

Merge pull request #3384 from myhloli/dev

fix: add onnxruntime dependency to pyproject.toml
Xiaomeng Zhao 2 months ago
parent
commit
b3a3c2ccd2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

@@ -70,6 +70,7 @@ pipeline = [
     "torch>=2.6.0,<2.8.0",
     "torchvision",
     "transformers>=4.49.0,!=4.51.0,<5.0.0",
+    "onnxruntime>1.17.0",
 ]
 api = [
     "fastapi",