Skip to content

Commit 26daeb4

Browse files
authored
Requirements update (#4182)
### 🛠 Summary Requirements update. ### 🧪 Checklist - [ ] Unit tests added. - [ ] The documentation updated. - [ ] Change follows security best practices. ``
1 parent da38f35 commit 26daeb4

12 files changed

Lines changed: 25 additions & 37 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
tritonclient[all]<=2.45.0
2-
requests==2.32.4
2+
requests==2.33.0
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
tensorflow-serving-api==2.16.1; python_version >= "3.12"
2-
tensorflow-serving-api<=2.13.1,>=2.10.1; python_version < "3.12"
3-
tensorflow==2.16.1; python_version >= "3.12"
4-
tensorflow<=2.13.1,>=2.10.1; python_version < "3.12"
5-
protobuf<=5.29.6; python_version >= "3.12"
6-
protobuf<=4.25.8; python_version < "3.12"
1+
tensorflow-serving-api==2.16.1
2+
tensorflow==2.16.1
3+
protobuf<=5.29.6

demos/audio/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ soundfile
55
speechbrain==1.0.2
66
huggingface_hub==0.29.3
77
openai==2.21.0
8-
requests==2.31.0
8+
requests==2.33.0

demos/benchmark/v3/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
datasets==3.6.0
22
dataclasses==0.6
3-
transformers==4.57.3
3+
transformers<5.1
44
numpy==2.3.5
55
tqdm==4.67.1
66
sentencepiece==0.2.1
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
futures==3.1.1
22
opencv-python>=4.8.1.78
3-
tensorflow-serving-api==2.16.1; python_version >= "3.12"
4-
tensorflow==2.16.1; python_version >= "3.12"
5-
tensorflow-serving-api<=2.13.1,>=2.11; python_version < "3.12"
6-
tensorflow<=2.13.1,>=2.11; python_version < "3.12"
3+
tensorflow-serving-api==2.16.1
4+
tensorflow==2.16.1
75
numpy<2.0.0
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
requests
2-
tensorflow==2.13.1; python_version < "3.12"
3-
tensorflow==2.16.1; python_version >= "3.12"
2+
tensorflow==2.16.1
43
tritonclient[http]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
protobuf==5.29.6
22
tritonclient[all]
3-
requests==2.32.4
3+
requests==2.33.0
44
grpcio
55
opencv-python>=4.8.1.78
66
numpy<2.0.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
--extra-index-url "https://download.pytorch.org/whl/cpu"
22
--extra-index-url "https://storage.openvinotoolkit.org/simple/wheels/nightly"
33
--pre
4-
openvino==2025.4.*
4+
openvino==2026.1.*
55
numpy<2.0
6-
transformers<=4.53.0
7-
pillow==12.1.1
6+
transformers>=4.54,<4.58
7+
pillow==12.2.0
88
torch==2.8.0+cpu
Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
--extra-index-url "https://download.pytorch.org/whl/cpu"
22
optimum-intel@git+https://github.com/huggingface/optimum-intel.git
3-
pillow==12.1.1
4-
tritonclient[grpc]==2.57.0 # Required to use batch string serialization/deserialization (4byte length prepend)
5-
numpy<2.0
6-
huggingface_hub==0.32.0
3+
pillow==12.2.0
4+
tritonclient[grpc]  # Required to use batch string serialization/deserialization (4byte length prepend)
75
nncf>=2.11.0
8-
sentence_transformers
6+
sentence_transformers==5.3.0
97
sentencepiece==0.2.1
10-
transformers<=4.53
11-
einops
128
torchvision
13-
timm==1.0.15
149
auto_gptq==0.7.1 # for GPTQ models
15-
diffusers==0.33.1 # for image generation
10+
diffusers  # for image generation
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ovmsclient
22
numpy<2.0.0
3-
pillow==12.1.1
3+
pillow==12.2.0

0 commit comments

Comments
 (0)