Skip to content

Commit 0b50ed5

Browse files
committed
update setup
1 parent 8c7a0fe commit 0b50ed5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"datasets>=1.4.0",
1919
"sentencepiece",
2020
"scipy",
21+
"onnx",
2122
]
2223

2324
TESTS_REQUIRE = [
@@ -39,11 +40,11 @@
3940
QUALITY_REQUIRE = ["black~=23.1", "ruff>=0.0.241"]
4041

4142
EXTRAS_REQUIRE = {
42-
"neural-compressor": ["neural-compressor>=2.2.0", "onnx", "onnxruntime<1.15.0", "accelerate"],
43-
"openvino": ["openvino>=2023.3", "onnx", "nncf>=2.8.1"],
43+
"neural-compressor": ["neural-compressor>=2.2.0", "onnxruntime<1.15.0", "accelerate"],
44+
"openvino": ["openvino>=2023.3", "nncf>=2.8.1"],
4445
"openvino-tokenizers": ["openvino-tokenizers[transformers]"],
4546
"nncf": ["nncf>=2.8.1"],
46-
"ipex": ["intel-extension-for-pytorch", "onnx"],
47+
"ipex": ["intel-extension-for-pytorch"],
4748
"diffusers": ["diffusers"],
4849
"quality": QUALITY_REQUIRE,
4950
"tests": TESTS_REQUIRE,

0 commit comments

Comments
 (0)