Skip to content

Commit b59ea3a

Browse files
authored
Update setup.py
1 parent 62c4d6a commit b59ea3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def run(self):
178178
},
179179
install_requires=requirements,
180180
extras_require={
181-
"onnx": ["numpy", "onnx", "onnx-runtime"],
181+
"onnx": ["numpy", "onnx", "onnxruntime"],
182182
"ipex": ["intel_extension_for_pytorch"],
183183
},
184184
entry_points={"console_scripts": ["torchserve=ts.model_server:start"]},

0 commit comments

Comments
 (0)