Skip to content

Commit

Permalink
[Release] Bump OV version (#3100)
Browse files Browse the repository at this point in the history
### Changes

- As stated in the title

### Reason for changes

- Upcoming release

### Related tickets

- 157068

### Tests

- Release runs
  • Loading branch information
KodiaqQ authored Nov 20, 2024
1 parent 5279634 commit 5f83ca5
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Openvino
openvino==2024.4.0
openvino==2024.5.0

# Pytorch
torch==2.5.1
Expand Down
3 changes: 2 additions & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ as well as the supported versions of Python:

| NNCF | OpenVINO | PyTorch | ONNX | TensorFlow | Python |
|-----------|------------|----------|----------|------------|--------|
| `develop` | `2024.4.0` | `2.5.1` | `1.17.0` | `2.15.1` | `3.10` |
| `develop` | `2024.5.0` | `2.5.1` | `1.17.0` | `2.15.1` | `3.10` |
| `2.14.0` | `2024.5.0` | `2.5.1` | `1.17.0` | `2.15.1` | `3.10` |
| `2.13.0` | `2024.4.0` | `2.4.0` | `1.16.0` | `2.15.1` | `3.8`* |
| `2.12.0` | `2024.3.0` | `2.3.0` | `1.16.0` | `2.15.1` | `3.8`* |
| `2.11.0` | `2024.2.0` | `2.3.0` | `1.16.0` | `2.12.0` | `3.8` |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
datasets
whowhatbench @ git+https://github.com/andreyanufr/who_what_benchmark.git
numpy>=1.23.5
openvino==2024.4
openvino==2024.5
optimum-intel[openvino]>=1.13.0
transformers>=4.35.2
onnx==1.17.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
torch==2.5.1
datasets==3.0.1
numpy>=1.23.5
openvino==2024.4
openvino==2024.5
optimum-intel[openvino]>=1.13.0
transformers>=4.35.2
onnx==1.17.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ scikit-learn
fastdownload
onnx==1.17.0
onnxruntime==1.19.2
openvino==2024.4
openvino==2024.5
numpy<2
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ultralytics==8.3.22
onnx==1.17.0
openvino==2024.4
openvino==2024.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
anomalib==0.6.0
openvino==2024.4
openvino==2024.5
setuptools<=72.1.0
numpy<2
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ torchvision
tqdm
scikit-learn
fastdownload
openvino==2024.4
openvino==2024.5
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ultralytics==8.3.22
onnx==1.17.0
openvino==2024.4
openvino==2024.5
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ultralytics==8.3.22
onnx==1.17.0
openvino==2024.4
openvino==2024.5
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ tensorflow~=2.12.0; python_version < '3.9'
tensorflow~=2.15.1; python_version >= '3.9'
tensorflow-datasets
tqdm
openvino==2024.4
openvino==2024.5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastdownload==0.0.7
openvino==2024.4
openvino==2024.5
scikit-learn
torch==2.5.1
torchvision==0.20.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fastdownload==0.0.7
onnx==1.17.0
openvino==2024.4
openvino==2024.5
pycocotools==2.0.7
torch==2.5.1
torchmetrics==1.0.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastdownload==0.0.7
openvino==2024.4
openvino==2024.5
torch==2.5.1
torchvision==0.20.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastdownload==0.0.7
openvino==2024.4
openvino==2024.5
torch==2.5.1
torchvision==0.20.1
setuptools<=72.1.0

0 comments on commit 5f83ca5

Please sign in to comment.