Skip to content

Commit

Permalink
Update OpenVINO version (#2147)
Browse files Browse the repository at this point in the history
### Changes

- Updated OpenVINO version to 23.1
  • Loading branch information
KodiaqQ authored Sep 21, 2023
1 parent 50feea4 commit 28b524c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ scikit-learn
fastdownload
onnx~=1.13.1
onnxruntime~=1.14.1
openvino-dev==2023.0.1
openvino-dev==2023.1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
anomalib==0.6.0
openvino-dev==2023.0.1
openvino-dev==2023.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ torchvision
tqdm
scikit-learn
fastdownload
openvino-dev==2023.0.1
openvino-dev==2023.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ultralytics==8.0.170
onnx>=1.12.0
openvino-dev==2023.0.1
openvino-dev==2023.1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ultralytics==8.0.170
onnx>=1.12.0
openvino-dev==2023.0.1
openvino-dev==2023.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
tensorflow~=2.12.0
tensorflow-datasets
tqdm
openvino-dev==2023.0.1
openvino-dev==2023.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ torchvision>=0.10.1,<0.16
tqdm
scikit-learn
fastdownload
openvino-dev==2023.0.1
openvino-dev==2023.1
onnx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastdownload
openvino-dev==2023.0.1
openvino-dev==2023.1
torchmetrics==1.0.1
pycocotools
torchvision~=0.15.1
Expand Down
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
2 changes: 1 addition & 1 deletion tests/onnx/benchmarking/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pycocotools
openvino-dev==2023.0.1
openvino-dev==2023.1
2 changes: 1 addition & 1 deletion tests/onnx/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pytest-ordering>=0.6
torch~=1.13.0
torchvision~=0.14.0
yattag>=1.14.0
openvino-dev==2023.0.1
openvino-dev==2023.1
fastdownload
scikit-learn
# Pandas requires it for styling in e2e report generation
Expand Down
2 changes: 1 addition & 1 deletion tests/torch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ transformers[torch]~=4.30.0
datasets~=2.12.0
evaluate==0.3.0
timm==0.9.2
openvino-dev==2023.0.1
openvino-dev==2023.1

0 comments on commit 28b524c

Please sign in to comment.