Skip to content

Commit bf02bbb

Browse files
[CI] fastprogress==1.0.5 (#3815)
### Changes Use fixed version of `fastprogress==1.0.5`, newer versions has broken requirements. ### Reason for changes https://github.com/openvinotoolkit/nncf/actions/runs/20593804841/job/59144088685 https://github.com/openvinotoolkit/nncf/actions/runs/20585588437 ### Tests https://github.com/openvinotoolkit/nncf/actions/runs/20595043669
1 parent 73821c1 commit bf02bbb

File tree

8 files changed

+9
-1
lines changed

8 files changed

+9
-1
lines changed

constraints.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ pytest-split==0.9.0
2323

2424
datasets==4.4.2
2525
matplotlib==3.10.8
26+
fastprogress==1.0.5

examples/post_training_quantization/onnx/mobilenet_v2/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
torch==2.9.0
22
torchvision==0.24.0
33
fastdownload==0.0.7
4+
fastprogress==1.0.5
45
onnx==1.17.0
56
onnxruntime==1.21.1
67
openvino==2025.4.1
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
torchvision
22
tqdm
33
scikit-learn
4-
fastdownload
4+
fastdownload==0.0.7
5+
fastprogress==1.0.5
56
openvino==2025.4.1

examples/post_training_quantization/torch/mobilenet_v2/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
fastdownload==0.0.7
2+
fastprogress==1.0.5
23
openvino==2025.4.1
34
scikit-learn
45
torch==2.9.0

examples/post_training_quantization/torch/ssd300_vgg16/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
fastdownload==0.0.7
2+
fastprogress==1.0.5
23
onnx==1.17.0
34
openvino==2025.4.1
45
pycocotools==2.0.7
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
fastdownload==0.0.7
2+
fastprogress==1.0.5
23
openvino==2025.4.1
34
torch==2.9.0
45
torchvision==0.24.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
fastdownload==0.0.7
2+
fastprogress==1.0.5
23
openvino==2025.4.1
34
torch==2.9.0
45
torchvision==0.24.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
fastdownload==0.0.7
2+
fastprogress==1.0.5
23
openvino==2025.4.1
34
torch==2.9.0
45
torchvision==0.24.0

0 commit comments

Comments
 (0)