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
1 change: 1 addition & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ pytest-xdist==3.5.0
pytest-forked==1.6.0
pytest-split==0.9.0

datasets==4.4.1
matplotlib==3.10.7
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ optimum-onnx==0.0.3
optimum==2.0.0
onnx==1.17.0
onnxruntime==1.21.1
datasets==2.14.7
datasets==4.4.1
pillow==12.0.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
datasets==4.3.0
datasets==4.4.1
openvino==2025.4.0
optimum-intel[openvino]==1.26.0
optimum-onnx==0.0.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
datasets==2.14.7
datasets==4.4.1
onnx==1.17.0
openvino==2025.4.0
optimum-intel[openvino]==1.26.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch==2.9.0
datasets==3.0.1
datasets==4.4.1
numpy>=1.23.5,<2
openvino==2025.4.0
optimum-intel==1.26.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
transformers==4.53.0
datasets==2.14.7
datasets==4.4.1
openvino==2025.4.0
optimum==2.0.0
torch==2.9.0
Expand Down
2 changes: 1 addition & 1 deletion tests/openvino/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ virtualenv
addict>=2.4.0
timm==0.9.2
efficientnet_pytorch==0.7.1
datasets==3.0.1
datasets
transformers==4.53.0
optimum-intel==1.26.0
optimum-onnx==0.0.3
Expand Down
7 changes: 4 additions & 3 deletions tests/post_training/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
-c ../../constraints.txt
# matplotlib is required for the memory monitor tool
matplotlib

datasets
matplotlib # required for the memory monitor tool

torch
torchvision
onnx
Expand All @@ -23,4 +25,3 @@ timm==0.9.2
accelerate==1.9.0
transformers==4.53.0
whowhatbench @ git+https://github.com/openvinotoolkit/[email protected]#subdirectory=tools/who_what_benchmark
datasets==3.6.0
2 changes: 1 addition & 1 deletion tests/torch/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ accelerate==1.9.0
transformers==4.53.0

# Required for movement_sparsity tests
datasets==3.0.1
datasets
evaluate==0.3.0
openvino
timm==0.9.2
Expand Down