Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/python/kserve-api/samples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tritonclient[all]<=2.45.0
requests==2.32.4
requests==2.33.0
9 changes: 3 additions & 6 deletions client/python/tensorflow-serving-api/samples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
tensorflow-serving-api==2.16.1; python_version >= "3.12"
tensorflow-serving-api<=2.13.1,>=2.10.1; python_version < "3.12"
tensorflow==2.16.1; python_version >= "3.12"
tensorflow<=2.13.1,>=2.10.1; python_version < "3.12"
protobuf<=5.29.6; python_version >= "3.12"
protobuf<=4.25.8; python_version < "3.12"
tensorflow-serving-api==2.16.1
tensorflow==2.16.1
protobuf<=5.29.6
2 changes: 1 addition & 1 deletion demos/audio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ soundfile
speechbrain==1.0.2
huggingface_hub==0.29.3
openai==2.21.0
requests==2.31.0
requests==2.33.0
2 changes: 1 addition & 1 deletion demos/benchmark/v3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
datasets==3.6.0
dataclasses==0.6
transformers==4.57.3
transformers<5.1
numpy==2.3.5
tqdm==4.67.1
sentencepiece==0.2.1
Expand Down
6 changes: 2 additions & 4 deletions demos/common/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
futures==3.1.1
opencv-python>=4.8.1.78
tensorflow-serving-api==2.16.1; python_version >= "3.12"
tensorflow==2.16.1; python_version >= "3.12"
tensorflow-serving-api<=2.13.1,>=2.11; python_version < "3.12"
tensorflow<=2.13.1,>=2.11; python_version < "3.12"
tensorflow-serving-api==2.16.1
tensorflow==2.16.1
numpy<2.0.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
requests
tensorflow==2.13.1; python_version < "3.12"
tensorflow==2.16.1; python_version >= "3.12"
tensorflow==2.16.1
tritonclient[http]
2 changes: 1 addition & 1 deletion demos/mediapipe/object_detection/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
protobuf==5.29.6
tritonclient[all]
requests==2.32.4
requests==2.33.0
grpcio
opencv-python>=4.8.1.78
numpy<2.0.0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
--extra-index-url "https://download.pytorch.org/whl/cpu"
--extra-index-url "https://storage.openvinotoolkit.org/simple/wheels/nightly"
--pre
openvino==2025.4.*
openvino==2026.1.*
numpy<2.0
transformers<=4.53.0
pillow==12.1.1
transformers>=4.54,<4.58
pillow==12.2.0
torch==2.8.0+cpu
13 changes: 4 additions & 9 deletions demos/python_demos/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
--extra-index-url "https://download.pytorch.org/whl/cpu"
optimum-intel@git+https://github.com/huggingface/optimum-intel.git
pillow==12.1.1
tritonclient[grpc]==2.57.0 # Required to use batch string serialization/deserialization (4byte length prepend)
numpy<2.0
huggingface_hub==0.32.0
pillow==12.2.0
tritonclient[grpc]  # Required to use batch string serialization/deserialization (4byte length prepend)
nncf>=2.11.0
sentence_transformers
sentence_transformers==5.3.0
sentencepiece==0.2.1
transformers<=4.53
einops
torchvision
timm==1.0.15
auto_gptq==0.7.1 # for GPTQ models
diffusers==0.33.1 # for image generation
diffusers  # for image generation
2 changes: 1 addition & 1 deletion demos/using_onnx_model/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ovmsclient
numpy<2.0.0
pillow==12.1.1
pillow==12.2.0
5 changes: 3 additions & 2 deletions src/python/binding/tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pytest==7.4.2
pytest==9.0.3
tomli==2.0.1
iniconfig==2.0.0
pluggy==1.3.0
pluggy==1.6.0
pygments==2.19.2
exceptiongroup==1.1.3
packaging==23.1
numpy<2
10 changes: 4 additions & 6 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ docker==7.1.0
grpcio==1.60.0
paramiko==3.4.0
psutil==5.9.6
pytest==7.4.3
pytest==9.0.3
pytest-json==0.4.0
tensorflow-serving-api==2.16.1; python_version >= "3.12"
tensorflow-serving-api<=2.13.1,>=2.10.1; python_version < "3.12"
tensorflow==2.16.1; python_version >= "3.12"
tensorflow<=2.13.1,>=2.10.1; python_version < "3.12"
requests==2.32.4
tensorflow-serving-api==2.16.1
tensorflow==2.16.1
requests==2.33.0
retry==0.9.2
protobuf<=5.29.6
jsonschema<=4.23.0
Expand Down