Skip to content

Commit

Permalink
Update OpenVINO version
Browse files Browse the repository at this point in the history
  • Loading branch information
KodiaqQ committed Sep 19, 2023
1 parent 50feea4 commit 6fca4ad
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 @@ -139,7 +139,7 @@ def find_version(*file_paths):

ONNX_EXTRAS = ["onnx~=1.13.1", "onnxruntime~=1.14.1;python_version < '3.11'"]

OPENVINO_EXTRAS = ["openvino==2023.0.1"]
OPENVINO_EXTRAS = ["openvino==2023.1"]


EXTRAS_REQUIRE = {
Expand Down

0 comments on commit 6fca4ad

Please sign in to comment.