Skip to content

Commit

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

cherry picked from commit c252961
  • Loading branch information
KodiaqQ authored Nov 17, 2023
1 parent 0eab0d8 commit 21f618c
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ test-examples-onnx:
install-openvino-test:
pip install -U pip
pip install -e .[openvino]
pip install tensorflow==2.12.0
pip install -r tests/openvino/requirements.txt
pip install -r tests/cross_fw/install/requirements.txt
pip install -r tests/cross_fw/examples/requirements.txt
Expand Down
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.1
openvino-dev==2023.2
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
anomalib==0.6.0
openvino-dev==2023.1
openvino-dev==2023.2
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ torchvision
tqdm
scikit-learn
fastdownload
openvino-dev==2023.1
openvino-dev==2023.2
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.1
openvino-dev==2023.2
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.1
openvino-dev==2023.2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastdownload==0.0.7
openvino-dev==2023.1
openvino-dev==2023.2
scikit-learn
torch==2.1.0
torchvision==0.16.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fastdownload==0.0.7
onnx==1.13.1
openvino-dev==2023.1
openvino-dev==2023.2
pycocotools==2.0.7
torch==2.0.1 # ssd300_vgg16 can not be exported with 2.1.0, reference: https://github.com/pytorch/pytorch/issues/113155
torchmetrics==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def find_version(*file_paths):

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

OPENVINO_EXTRAS = ["openvino==2023.1"]
OPENVINO_EXTRAS = ["openvino==2023.2"]


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.1
openvino-dev==2023.2
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.1
openvino-dev==2023.2
fastdownload
scikit-learn
# Pandas requires it for styling in e2e report generation
Expand Down
2 changes: 1 addition & 1 deletion tests/openvino/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ pytest
virtualenv
pytest-cov
pytest-mock>=3.3.1
openvino-dev[onnx,pytorch,tensorflow2]==2023.1
openvino-dev[onnx,pytorch,tensorflow2]==2023.2
torch==2.1
fastdownload
2 changes: 1 addition & 1 deletion tests/post_training/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ onnx==1.13.1
onnxruntime==1.14.1
pytest
pytest-cov
openvino-dev==2023.1.0
openvino-dev==2023.2.0
optimum[onnxruntime,openvino]==1.8.8
optimum-intel @ git+https://github.com/huggingface/optimum-intel@47428484598986443686b7c8ba825b4a3d7b4f73
soundfile==0.12.1
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.14.0
evaluate==0.3.0
timm==0.9.2
openvino-dev==2023.1
openvino-dev==2023.2

0 comments on commit 21f618c

Please sign in to comment.