Skip to content

Commit

Permalink
Modify openvino required version (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix authored Dec 24, 2022
1 parent 226bc96 commit c501878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

EXTRAS_REQUIRE = {
"neural-compressor": "neural-compressor>=1.13.0",
"openvino": ["openvino>=2022.3.0.dev20221125", "transformers>=4.20.0,<4.25.0", "onnx"],
"openvino": ["openvino>=2022.3.0", "transformers>=4.20.0,<4.25.0", "onnx"],
"nncf": ["nncf"],
"ipex": ["intel_extension_for_pytorch"],
"quality": QUALITY_REQUIRES,
Expand Down

0 comments on commit c501878

Please sign in to comment.