Skip to content

Commit

Permalink
Relax OpenVINO dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
helena-intel committed Nov 21, 2024
1 parent 595246d commit 689f258
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 @@ -62,7 +62,7 @@

EXTRAS_REQUIRE = {
"nncf": ["nncf>=2.11.0"],
"openvino": ["nncf>=2.11.0", "openvino==2024.5.0", "openvino-tokenizers==2024.5.0"],
"openvino": ["nncf>=2.11.0", "openvino>=2024.5.0", "openvino-tokenizers>=2024.5.0"],
"neural-compressor": ["neural-compressor[pt]>3.0", "accelerate", "transformers<4.46"],
"ipex": ["intel-extension-for-pytorch", "transformers>=4.39,<4.45"],
"diffusers": ["diffusers"],
Expand Down

0 comments on commit 689f258

Please sign in to comment.